Releases: davenverse/single-fibered
Releases · davenverse/single-fibered
v0.1.1
We add native support, bump dependencies, and change how one of the constraints is expresssed.
What's Changed
- Change assume to assert by @zarthross in #3
- Update Build, Add Native by @ChristopherDavenport in #4
New Contributors
- @zarthross made their first contribution in #3
- @ChristopherDavenport made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
v0.1.0
-
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.