datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
2018-05-19T19:24:05.000033Z

Hi everybody, I am using large datasets on the client in Datascript. So I decided to optimize the memory usage of Datascript. The new Datom type reduces memory usage by at least 50%. I submitted a pull request. Would be great to get some feedback from Datascript users and developers. https://github.com/tonsky/datascript/pull/263

2018-05-19T19:25:31.000010Z

Tests run sucessfully, but i am still working on the JS Wrapper part

2018-05-19T19:26:01.000118Z

This change is not backwards compatible, so i understand completely if you cannot integrate it in mainline Datascript

2018-05-19T19:26:47.000103Z

BTW: Thanks a lot @tonsky for all your great work. I use many of your libraries đź‘Ź

2018-05-19T19:31:28.000042Z

Clojar Coordinates: [tuned-datascript “0.16.5-SNAPSHOT”]