4
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unnecessary PostAndAsyncReploy and use just Post More... about 13 years ago
Merge pull request #32 from panesofglass/circularbuffer More... about 13 years ago
Include sample demonstrating use of the CircularStream. More... about 13 years ago
Replace conditional checks with Debug.Assert/Contract.Requires More... about 13 years ago
Add CircularStream as an adapter for using the CircularQueueAgent in FParsec and other systems that rely on Streams. More... about 13 years ago
Implement IEnumerable for iterating the CircularBuffer. More... about 13 years ago
Rename CircularBufferAgent to the more appropriate CircularQueueAgent. More... about 13 years ago
Take whatever is currently available in the buffer rather than throwing an exception. More... about 13 years ago
Add CircularBufferAgent, based on BlockingBufferAgent. More... about 13 years ago
Add CircularBuffer to Collections.fs More... about 13 years ago
Fixing compile error in TimeFlies sample
forki
as Steffen Forkmann
More... about 13 years ago
Add icon url and fix license path in nuspec file. More... about 13 years ago
Increment version number. More... about 13 years ago
Merge pull request #30 from panesofglass/master More... about 13 years ago
Move FSharpx.Stm into FSharpx.Core More... about 13 years ago
Merge pull request #29 from panesofglass/stm More... about 13 years ago
Merge pull request #26 from panesofglass/enumerator More... about 13 years ago
Switch ByteString's span and split to use Array.FindIndex rather than recursion. More... about 13 years ago
Revert "Migrate Iteratee to use a structurally equatable ArraySegment for chunks." More... about 13 years ago
Finished sync version of circular buffer. Tomas Petricek's BlockingQueueAgent works fine for my purposes, so I'll leave this for now. More... about 13 years ago
Shift api focus to using array copying to the Circular Buffer's internal buffer. More... about 13 years ago
Cleanup project structure. More... about 13 years ago
Fix spacing in Stm definition. More... about 13 years ago
Fixed minor bug More... about 13 years ago
Removed reference to FSharpx.Stm.Core.csproj More... about 13 years ago
Fixed F# translation of C# STM monad More... about 13 years ago
Add CircularBuffer sample. This will form the basis of an agent-based, parallelizable version. More... about 13 years ago
Added TimeMeasurement helpers - making the test less fragile
forki
as Steffen Forkmann
More... about 13 years ago
Putting LensTests into Test-namespace
forki
as Steffen Forkmann
More... about 13 years ago
Added TimeMeasurement helpers
forki
as Steffen Forkmann
More... about 13 years ago