An open API service indexing awesome lists of open source software.

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

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.