Skip to content

Releases: davenverse/single-fibered

v0.1.1

12 Apr 19:59
1ddac42
Compare
Choose a tag to compare

We add native support, bump dependencies, and change how one of the constraints is expresssed.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Sep 16:23
Compare
Choose a tag to compare
  • Initial Release of Single-Fibered

  • prepareFunction and prepare are the most expected functions which keep a single action running with at most 1 fiber at a time, others will wait on the result of that computation.

  • This is useful for many cases. In particular cache saturation techniques, and cache miss split points to not repeatedly hit a long running computation on a cache miss.