Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okuvshynov/experiments
https://github.com/okuvshynov/experiments
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/okuvshynov/experiments
- Owner: okuvshynov
- License: mit
- Created: 2021-07-19T06:16:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:14:25.000Z (2 months ago)
- Last Synced: 2024-12-06T16:55:58.954Z (16 days ago)
- Language: Python
- Size: 3.34 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# experiments
## m1 cores
This is a test to illustrate the difference between the m1 cores (icestorm and firestorm), and how different ways to generate the code would be preferrable for each core.
Requires [b63](https://github.com/okuvshynov/b63) and runs on Apple M1. R with ggplot is needed for plotting the summary.
## rtdigest
T-Digest implementation which keeps track of min/max instead of mean, thus can return the interval for the quantile.
## bswap
Experimenting with partial byte swaps