toktrack 0.1.24 → 0.1.26
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
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/toktrack)
|
|
6
6
|
[](https://github.com/mag123c/toktrack/blob/main/LICENSE)
|
|
7
7
|
|
|
8
|
-
Ultra-fast
|
|
8
|
+
Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI. Built with Rust + simd-json + ratatui.
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
@@ -23,7 +23,7 @@ npm install -g toktrack
|
|
|
23
23
|
|
|
24
24
|
## Features
|
|
25
25
|
|
|
26
|
-
- **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~
|
|
26
|
+
- **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
|
|
27
27
|
- **TUI Dashboard** — 4 views (Overview, Models, Daily, Stats) with daily/weekly/monthly breakdown
|
|
28
28
|
- **Multi-CLI Support** — Claude Code, Codex CLI, Gemini CLI
|
|
29
29
|
- **CLI Commands** — `daily`, `weekly`, `monthly`, `stats` with JSON output
|
|
@@ -60,8 +60,8 @@ npx toktrack stats --json
|
|
|
60
60
|
|
|
61
61
|
| Mode | Time |
|
|
62
62
|
|------|------|
|
|
63
|
-
| Cold start (no cache) | **~1.
|
|
64
|
-
| Warm start (cached) | **~0.
|
|
63
|
+
| Cold start (no cache) | **~1.0s** |
|
|
64
|
+
| Warm start (cached) | **~0.04s** |
|
|
65
65
|
|
|
66
66
|
> Measured on Apple Silicon (9,000+ files / 3.4 GB).
|
|
67
67
|
|
|
Binary file
|
package/bin/toktrack-darwin-x64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-arm64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|