Persistent Data Structures for JavaScript
data structure persistent clojurescript map filter reduce data-structure collections hashmapUsing Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections 5.5. See differences. All comparisons in collect.js are done using strict equality. Using loose equality comparisons are generally frowned upon in JavaScript. Laravel only performs "loose" comparisons by default and offer several "strict" comparison methods. These methods have not been implemented in collect.js because all methods are strict by default.
collection nested-arrays laravel-collections comparison collectable collections collect map filter group-by reduce transform pluck pie mapwithkeys laravel wherein values uniqueOriginally created to combine multiple Redux reducers that correspond to different actions (e.g. like this). Technically works with any reducer, not just with Redux, though I don't know of any other use cases.
reduce reducers reduxA Funcional é a mais antiga, sua primeira linguagem foi criada em 1955 (IPL) e posteriomente a mais popular LISP foi criada em 1958. Fortran e COBOL foram criadas respectivamentes em 1956 e 1959, são imperativas. O paradigma imperativo é baseada na arquitetura de Von Neumann, enquanto que o funcional é baseado no cálculo lambda.
funcional suissa webschool programação functional map reduce filterA library of async iterator extensions for JavaScript including map, reduce, filter, flatMap, pipe and more. Async iterators are a useful way to handle asynchronous streams. This library adds a number of utility methods similar to those found in lodash, underscore, Ramda or RxJs.
async async-iterators async-generators flatmap map merge filter reduceSimple module for reducing immutable nested properties in Redux applications.
redux reduce reducers reducer react nested propertiesReduce a program to its simplest form as long as it produces a compiler error or any output (such as a panic) matching a regular expression.For more usage information, see goreduce -h.
reduce reproduce simplifyCreate functions for use with functional methods like map, reduce, filter, etc. that get object properties without need of anonymous wrappers.Sorry for namespaced package, all good names taken.
functional map reduceThis library can be used to generate cache efficient map/reduce operations for ndarrays.Note that in the above, i is not an actual Array, the indexing notation is just syntactic sugar.
scijs ndarray component scientific computing volume image array typed scalar math linear algebra signal operation scan map reduce cache arithmeticRequires multiple modules using glob patterns and combines them into a nested object.Returns a promise that resolves to an object containing the required contents of matching globbed files.
dir directory directories file files glob globs map mapreduce multi multiple reduce require treeUseful when you need to calculate some accumulated value based on async resources.Returns a Promise that is fulfilled when all promises in input and ones returned from reducer are fulfilled, or rejects if any of the promises reject. The fulfilled value is the result of the reduction.
promise reduce collection iterable iterator async await promises accumulate bluebirdReduce over collections without recomputing everything when new items arrive or when items in the source change.Create a reduce object r from an initial accumulator value init.
reduce map recompute iterative rolling mutableReducers is a great abstraction for working with collections of values eventual or not. In fact it's great because API for working with data is same map/reduce regardless of weather it's sync or async. Another cool concept about reducers is that allows you to work with non sequnce values with the same API. It just treats atomic vaules as sequences of themself.
callback reduce reducible stream promise eventualLibrary for higher-order manipulation of collections, based upon reduce. Most functional languages (including beloved JS) typically come with some collection transformation functions like filter and map that take a logical collections and return transformed version of it. Unfortunately they tend to complect, by implying mechanism, order, laziness and representation. This library is an attempt to provide simple solution for some of the hard problems by decomplecting and building upon simple premise - minimum definition of collection is something that is reducible.
reducers reducible reduce data sequence stream collection transformation composable async signal manipulationLibrary defines higher-order abstraction for reducible data structures - collections based upon reduce. Most functional languages (including beloved JS) typically come with some collection transformation functions like filter and map that take a logical collections and return transformed version of it. Unfortunately they tend to complect, by implying mechanism, order, laziness and representation. This library is an attempt to provide simple solution for some of the hard problems by decomplecting and building upon simple premise - minimum definition of collection is something that is reducible.
reducers reducible reduce data sequence stream collection transformation composable async signal manipulationFast in-process in-memory key-value store for node with snapshot and AOF persistance and CouchDB-style map-reduce views. Just make sure your data fits in memory, currently I wouldn't recommend divan for a dataset with more than 500K docs. You can add views via db.addView or by parsing a directory of design files via db.design(path). The design-files can either be .json files of couchdb-design-doc flavour, or .js files that export objects with map and reduce methods. Note that when using .js docs, map functions need to accept the emit function as the second parameter.
db data key value store map reduce views couchAction creators can be however you choose. This is how I write them. The action creator helper takes a map of key/values, and generates a collection of functions that, when each are called, dispatches a unique action along with passed arguments further calling any optional function passed in the map.
flux reduce functionalExperimental ES6 based functional library.
functional library tiny small programming es6 compose reduce map
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.