jgrzebyta / triple-loader

Framework and CL tools for hight throughput manipulation on RDF statements (triples and quads).
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Create clojure-based implementation of model #46

Open jgrzebyta opened 6 years ago

jgrzebyta commented 6 years ago

Clojure data structures (list, set) are much faster that using Java native one. Thus in the Clojure environment implementation of Model with clojure native body would be faster.