hyperreduce
Stream reducer
A distributed reduce function on top of hypercore streams
Distributed reduce on top of hypercore
17 stars
4 watching
4 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yoshuawuyts/normcore | A JavaScript library that enables the creation of stable, decentralized data streams using hypercore | 28 |
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
yoshuawuyts/choo-pull | A tool for managing asynchronous complexity in Choos using streams and pull-streams. | 15 |
yoshuawuyts/http-adventure | An interactive tutorial to learn Node.js's HTTP module through a guided exploration of its capabilities and features. | 9 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
jhiesey/webdht | A JavaScript implementation of a distributed hash table | 16 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
yoshuawuyts/choo-persist | A library that persists application state to local storage. | 44 |
shama/webpack-stream | A tool that enables webpack to be run as a stream to integrate with gulp pipelines. | 1,395 |
sindresorhus/p-reduce | Transforms an asynchronous list into a single value by applying a reduction function | 68 |
hughsk/from2 | A high-level module for creating readable streams that handle backpressure | 132 |