@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.
- package/README.md +6 -5
- 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 | ~
|
|
144
|
-
| Worker Only | ~
|
|
145
|
-
| **Hybrid** | **~
|
|
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
|
|