NeoSQLite is 3x faster than MongoDB. We dogfooded it on our own blog platform and moved operations from Python to native SQL. As a result, array ops saw a 10–100x boost, CRUD ops improved by 12x, and index ops sped up by 30–300x!
$ pip install neosqlite
https://t.co/1XxIevVTNX
🚀 NX-27017: We turned SQLite into a MongoDB server.
Yes, this is exactly as ridiculous as it sounds.
NeoSQLite Experimental Project 27017 - "To Boldly Go Where No SQLite Has Gone Before!"
https://t.co/NxMmlNlvde
#NeoSQLite#MongoDB#SQLite#OpenSource
@UtopianF My view is: In Python, everything is an object; objects have classes; therefore classes are objects. But what is the class of a class? That's a metaclass. Draw a little diagram of this showing both the "class-of" and the "instance-of" relationship and you'll see it fall in place.
#FTS5 ICU Tokenizer for #SQLite! This C extension provides robust multilingual text search using #ICU library. Supports Chinese, Japanese, Thai, and more with word segmentation and normalization. Works on Linux, macOS and Windows. https://t.co/sY2IMoMViq #FullTextSearch
@selfdevelop2019 I’ve made a lot of updates since my last post. Performance has improved thanks to the use of temp table. Please check it out and give it a try!