Skip to content

StringDB 4.0.0

Compare
Choose a tag to compare
@monoclex monoclex released this 17 Jun 21:16
· 332 commits to master since this release
  • No more backwards compatability ( sorry guys! kept it simple )
  • Removed a lot of features
  • Made it at least 100x faster on reading
  • Writing is the same
    Benchmarks:
Final Results
=============

> StringDBTest
--------------
Insert............ 192
FetchLast......... 3101

> MongoDBTest
-------------
Insert............ 335
FetchLast......... 539

> LiteDBNoJournalTest
---------------------
Insert............ 531
FetchLast......... 135```