https://github.com/ndx-technologies/base10quant
base10 encoding of primitive types
https://github.com/ndx-technologies/base10quant
base10 encoding
Last synced: 11 months ago
JSON representation
base10 encoding of primitive types
- Host: GitHub
- URL: https://github.com/ndx-technologies/base10quant
- Owner: ndx-technologies
- License: mit
- Created: 2024-12-13T13:58:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-19T13:04:27.000Z (over 1 year ago)
- Last Synced: 2025-03-06T09:58:35.403Z (over 1 year ago)
- Topics: base10, encoding
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base10 encoding of primitive types
```bash
$ go test -bench=. -benchmem .
goos: darwin
goarch: arm64
pkg: github.com/ndx-technologies/base10quant
cpu: Apple M3 Max
BenchmarkL9/string-16 93159283 12.71 ns/op 16 B/op 1 allocs/op
BenchmarkL9/from_string-16 149476885 8.018 ns/op 0 B/op 0 allocs/op
PASS
ok github.com/ndx-technologies/base10quant 3.436s
```