https://github.com/flightaware/tclbench
a few simple benchmarks for Tcl interpreters
https://github.com/flightaware/tclbench
Last synced: 3 months ago
JSON representation
a few simple benchmarks for Tcl interpreters
- Host: GitHub
- URL: https://github.com/flightaware/tclbench
- Owner: flightaware
- Created: 2015-11-20T04:24:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T22:06:56.000Z (over 7 years ago)
- Last Synced: 2025-10-27T20:48:32.698Z (8 months ago)
- Language: Tcl
- Size: 387 KB
- Stars: 3
- Watchers: 26
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple tcl benchmarks
## clock-scan
The clock-scan benchmark pounds on clock scan and clock format.
## huddle
The huddle benchmark pounds on the tcllib huddle library to generate large geojson objects.
## math
The math benchmark uses the haversine formula to calculate the great-circle distance between two points