toktrack 2.5.0 → 2.7.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 +7 -1
- package/bin/toktrack-darwin-arm64 +0 -0
- package/bin/toktrack-darwin-x64 +0 -0
- package/bin/toktrack-linux-arm64 +0 -0
- package/bin/toktrack-linux-musl-arm64 +0 -0
- package/bin/toktrack-linux-musl-x64 +0 -0
- package/bin/toktrack-linux-x64 +0 -0
- package/bin/toktrack-win32-x64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# toktrack
|
|
2
2
|
|
|
3
3
|
[](https://github.com/mag123c/toktrack/actions/workflows/ci.yml)
|
|
4
|
-
[](https://crates.io/crates/toktrack)
|
|
5
4
|
[](https://www.npmjs.com/package/toktrack)
|
|
6
5
|
[](https://github.com/mag123c/toktrack/blob/main/LICENSE)
|
|
7
6
|
|
|
@@ -29,6 +28,13 @@ npx toktrack
|
|
|
29
28
|
npm install -g toktrack
|
|
30
29
|
```
|
|
31
30
|
|
|
31
|
+
### Homebrew (macOS / Linux)
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
brew tap mag123c/toktrack
|
|
35
|
+
brew install toktrack
|
|
36
|
+
```
|
|
37
|
+
|
|
32
38
|
## Features
|
|
33
39
|
|
|
34
40
|
- **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
|
|
Binary file
|
package/bin/toktrack-darwin-x64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/toktrack-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|