-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code from swarm that could be moved to ocean #244
Comments
|
|
|
|
The various bits of code that deal with hashes in swarm ought to be combined with similar code in ocean. |
Some code utilities have built up in swarm that might be a good fit for ocean.
ByteCountHistogram
(Add BinaryHistogram ocean#441)TimeHistogram
(Add statistics counter for generating a time histogram ocean#617)AcquiredResources
(Add helpers for auto-relinquishing shared resources used by a context ocean#608)Other things that were considered, but seemed too specialised:
TreeMap
TreeQueue
(Add ebtree TreeQueue data structure. ocean#618)StructPacker
The text was updated successfully, but these errors were encountered: