@componentor/fs 1.1.8 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,11 +138,12 @@ fs.terminate()
138
138
  ```
139
139
 
140
140
  **Performance comparison** (100 iterations benchmark):
141
- | Mode | Average Time |
142
- |------|-------------|
143
- | Main Thread | ~335ms |
144
- | Worker Only | ~274ms |
145
- | **Hybrid** | **~262ms** |
141
+ | Mode | Average Time | vs LightningFS |
142
+ |------|-------------|----------------|
143
+ | Main Thread | ~175ms | ~1.0x |
144
+ | Worker Only | ~145ms | 1.19x faster |
145
+ | **Hybrid** | **~144ms** | **1.20x faster** |
146
+ | LightningFS | ~173ms | baseline |
146
147
 
147
148
  ### File Operations
148
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@componentor/fs",
3
- "version": "1.1.8",
3
+ "version": "1.2.0",
4
4
  "description": "A blazing-fast, Node.js-compatible filesystem for the browser using OPFS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",