fix readme lookin weird
This commit is contained in:
parent
99f999330b
commit
55e6420602
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "microdb"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
edition = "2021"
|
||||
description = "A very small in-program database with cache, disk storage, etc."
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,10 +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)~~\* (correction below).
|
||||
next incredibly successful Discord clone (tho I suppose you could make that work too)~~<sup>\*</sup> (correction below).
|
||||
|
||||
\* 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 160\*2 (0.067ms vs 0.0004ms). So I suppose you can actually use this for your next
|
||||
I mean a factor of about 160<sup>\*2</sup> (0.067ms vs 0.0004ms). So I suppose you can actually use this for your next
|
||||
Discord clone.
|
||||
|
||||
\*2 So it turns out when I compared this here, I actually gave postgres an advantage! If I just access the items
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue