User loginNavigation |
archivesAthena: An efficient in-memory data structure supporting arbitrary boolean queries See README file below for more informationAthena is an in-memory datastructure which allows you to store objects, associating each with a set of Strings, known as tags. You can then retrieve these objects by specifying a boolean query on the tags. The prototype implementation is written in Java. While in the worst case Athena must do an exhaustive search of all objects to find those that match the query, over time it learns to do these queries more efficiently by figuring out which objects it can safely skip over. The project is just a few days old but there is already a working open source prototype implemented in Java. The project is actively looking for contributors, you can learn more on the project's Github page. |
Browse archivesActive forum topics |
Recent comments
35 weeks 6 days ago
35 weeks 6 days ago
35 weeks 6 days ago
1 year 5 weeks ago
1 year 10 weeks ago
1 year 11 weeks ago
1 year 11 weeks ago
1 year 14 weeks ago
1 year 19 weeks ago
1 year 19 weeks ago