idx
idx copied to clipboard
maps, sets and vectors with on-demand secondary indexes.
Results
2
idx issues
Sort by
recently updated
recently updated
newest added
Let's say we added a `:gender` key to every user from the README: ```clojure [{:name "Alice", :age 42, :gender :f} {:name "Bob", :age 30, :gender :m} {:name "Barbara", :age 12,...
question
I work on a stream implementation of datalog. I use idx to keep sets of datoms inmemory and query sub-sets of sets efficiently. These sets are joint with each other...
enhancement