| "Introduction to Datalog" re: Linked Data
https://news.ycombinator.com/context?id=34808887 pyDatalog/examples/SQLAlchemy.py:
https://github.com/baojie/pydatalog/blob/master/pyDatalog/ex... GH topics > datalog: https://github.com/topics/datalog datalog?l=rust:
https://github.com/topics/datalog?l=rust ... Cozo, Crepe Crepe: https://github.com/ekzhang/crepe : > Crepe is a library that allows you to write declarative logic programs in Rust, with a Datalog-like syntax. It provides a procedural macro that generates efficient, safe code and interoperates seamlessly with Rust programs. Looks like there's not yet a Python grammar for the treeedb tree-sitter: https://github.com/langston-barrett/treeedb : > Generate Soufflé Datalog types, relations, and facts that represent ASTs from a variety of programming languages. Looks like roxi supports n3, which adds `=>` "implies" to the Turtle lightweight RDF representation: https://github.com/pbonte/roxi FWIW rdflib/owl-rl: https://owl-rl.readthedocs.io/en/latest/owlrl.html : > simple forward chaining rules are used to extend (recursively) the incoming graph with all triples that the rule sets permit (ie, the “deductive closure” of the graph is computed). ForwardChainingStore and BackwardChainingStore implementations w/ rdflib in Python: https://github.com/RDFLib/FuXi/issues/15 Fast CUDA hashmaps Gdlog is built on CuCollections. GPU HashMap libs to benchmark: Warpcore, CuCollections, https://github.com/NVIDIA/cuCollections https://github.com/NVIDIA/cccl https://github.com/sleeepyjack/warpcore /? Rocm HashMap DeMoriarty/DOKsparse:
https://github.com/DeMoriarty/DOKSparse /? SIMD hashmap Google's SwissTable:
https://github.com/topics/swisstable rust-lang/hashbrown: https://github.com/rust-lang/hashbrown CuPy has array but not yet hashmaps, or (GPU) SIMD FWICS? NumPy does SIMD:
https://numpy.org/doc/stable/reference/simd/ google/highway: https://github.com/google/highway xtensor-stack/xsimd:
https://github.com/xtensor-stack/xsimd GH topics > HashMap:
https://github.com/topics/hashmap |