Skip to content

Commit

Permalink
readme: make various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Dec 25, 2024
1 parent 4781371 commit 26db9d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ The sqlite packages being benchmarked:

Package | Version
-----------------|--------:
[better-sqlite3] | 11.0.0
[esqlite] | 0.0.18
[better-sqlite3] | 11.7.0
[esqlite] | 0.0.19
[sqlite3] | 5.1.7

[better-sqlite3]: https://github.com/WiseLibs/better-sqlite3
Expand Down Expand Up @@ -169,7 +169,7 @@ my Linux desktop:
Package | Average time (ms) | Average max RSS (MB)
---------------|------------------:|---------------------:
better-sqlite3 | `1.5` | `51`
esqlite | `1.3` | `51`
esqlite | `1.3` | `50`
sqlite3 | `2.3` | `47`

* `SELECT * FROM data LIMIT 10`
Expand All @@ -180,17 +180,17 @@ my Linux desktop:

Package | Average time (ms) | Average max RSS (MB)
---------------|------------------:|---------------------:
better-sqlite3 | `0.2` | `51`
esqlite | `0.5` | `46`
sqlite3 | `0.7` | `47`
better-sqlite3 | `0.185` | `50`
esqlite | `0.500` | `46`
sqlite3 | `0.603` | `47`


# Requirements

* [node.js](http://nodejs.org/)
* Windows: node v12.x or newer
* All other platforms: node v10.7.0 or newer
* An appropriate build environment -- see [node-gyp's documentation](https://github.com/nodejs/node-gyp/blob/master/README.md)
* An appropriate build environment -- see [node-gyp's documentation](https://github.com/nodejs/node-gyp/blob/main/README.md)
# Installation
Expand Down

0 comments on commit 26db9d4

Please sign in to comment.