lmao
This commit is contained in:
parent
56fbd1f7c7
commit
c7d6014c87
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "microdb"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
description = "A very small in-program database with cache, disk storage, etc."
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
# MicroDB
|
||||
|
||||
A microsized database for use in programs with too much data for the RAM, but not necessarily for your
|
||||
next incredibly successful Discord clone (tho I suppose you could make that work too).
|
||||
next incredibly successful Discord clone (tho I suppose you could make that work too\*).
|
||||
|
||||
\* So it turns out when I compared this against postgres in terms of speed, THIS WON BY MILES. And by miles,
|
||||
I mean a factor of about 16 (0.067ms vs 0.0004ms).
|
||||
|
||||
## Completed features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue