Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 9623c57

Browse files
committed
v1.5.1 perf joke
1 parent dce04b0 commit 9623c57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ addressing several issues (i.e.
2727

2828
IsoGit caches many things, including entire Git object packs (potentially massive). In contrast,
2929
NeoGit takes a minimal and deliberate approach to caching. While caching much less data, NeoGit
30-
still outperforms IsoGit by a factor of 2x in many scenarios (>3-5x in graph-based operations).
30+
still outperforms IsoGit by a factor of 2x in many scenarios (literally $[3, \infty)$ times faster
31+
in graph-based operations).
3132

3233
NeoGit is suitable for environments where native modules are not supported, such as VSCode
3334
extensions. It provides a lightweight yet performant alternative to NodeGit when cache invalidation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neogit",
33
"author": "wavim",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "Git Isometry for Node.js",
66
"lint-staged": {
77
"*.ts": [

0 commit comments

Comments
 (0)