https://github.com/itamarst/precalculate
Precalculate expensive operations in a thread pool, for fater access
https://github.com/itamarst/precalculate
Last synced: 5 months ago
JSON representation
Precalculate expensive operations in a thread pool, for fater access
- Host: GitHub
- URL: https://github.com/itamarst/precalculate
- Owner: itamarst
- License: apache-2.0
- Created: 2019-03-14T22:40:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T13:06:58.000Z (about 7 years ago)
- Last Synced: 2025-04-08T12:21:09.688Z (about 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Precalculate: Faster access to expensive-to-create objects
Create expensive objects in a thread pool in advance, for faster access.