kiss-lang / kiss

A type-safe, compiled Lisp for Haxe programs
GNU Lesser General Public License v2.1
3 stars 0 forks source link

large .kissCache.json actually causes massive slowdown #5

Open NQNStudios opened 9 months ago

NQNStudios commented 1 month ago

Fix this by implementing a SQLiteMap ?

NQNStudios commented 1 month ago

Note that the kissCache implementation didn't use a HashMap, and writes the whole json file out every time it caches.