An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with reduce

A curated list of projects in awesome lists tagged with reduce .

https://github.com/liu-xiandong/how_to_optimize_in_gpu

This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.

elementwise gpu-acceleration high-performance-computing hpc reduce sgemm sgemv

Last synced: 03 Oct 2025

https://github.com/Liu-xiandong/How_to_optimize_in_GPU

This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.

elementwise gpu-acceleration high-performance-computing hpc reduce sgemm sgemv

Last synced: 14 May 2025

https://github.com/Lambdish/phunctional

⚡️ λ PHP functional library focused on simplicity and performance

functional functional-programming immutability map performance php php-library reduce

Last synced: 09 Jul 2025

https://github.com/chakravala/reduce.jl

Symbolic parser for Julia language term rewriting using REDUCE algebra

algebra computer-algebra julia math metaprogramming parser-generator reduce repl symbolic-computation syntax-tree term-rewriting

Last synced: 16 May 2025

https://github.com/chakravala/Reduce.jl

Symbolic parser for Julia language term rewriting using REDUCE algebra

algebra computer-algebra julia math metaprogramming parser-generator reduce repl symbolic-computation syntax-tree term-rewriting

Last synced: 22 Jul 2025

https://github.com/kulshekhar/fungen

Replace boilerplate code with functional patterns using 'go generate'

filter functional go golang map reduce

Last synced: 04 May 2025

https://github.com/kanyun-inc/ytk-mp4j

Ytk-mp4j is a fast, user-friendly, cross-platform, multi-process, multi-thread collective message passing java library which includes gather, scatter, allgather, reduce-scatter, broadcast, reduce, allreduce communications for distributed machine learning.

allreduce broadcast machine-learning messaging-library mpi openmp reduce

Last synced: 06 May 2025

https://github.com/sooftware/pytorch-lr-scheduler

PyTorch implementation of some learning rate schedulers for deep learning researcher.

learning-rate lr plateau reduce scheduler transformer tri-stage warmup

Last synced: 09 Apr 2025

https://github.com/viacominc/data-point

JavaScript Utility for collecting, processing and transforming data

aggregate reduce transform

Last synced: 12 Apr 2025

https://github.com/mfix22/morphmorph

:scream: Isomorphic transformations. Map, transform, filter, and morph your objects

filter function-composition functional isomorphic isomorphic-transformations mapping morph reduce transformations

Last synced: 31 Jul 2025

https://github.com/jkomyno/pate

Modern and light-fast CLI app that scans all the desired files of a certain folder and returns a list with the name of the files which contain a certain RegEx pattern

async cli fs node readstream reduce typescript utility

Last synced: 22 Jan 2026

https://github.com/victorsoares96/compress-pdf

Compress your PDFs easily using the ghostscript api

compress-pdf compression pdf pdf-optimization pdf-reduce reduce

Last synced: 11 Jun 2025

https://github.com/grantila/already

Utility functions for promises; finally, map, filter, etc

filter functional map promise reduce

Last synced: 16 Jun 2025

https://github.com/sirkonst/async-reduce

Reducer for similar simultaneously coroutines

async-await asynchronous asyncio python python3 reduce reducer

Last synced: 29 Jun 2025

https://github.com/make-github-pseudonymous-again/js-itertools

:hammer_and_wrench: Python's iterable and iterator library for JavaScript

agpl iter iterable iterator javascript js list loop map reduce

Last synced: 30 Oct 2025

https://github.com/luismescobarf/clasesCiclo1

Repositorio con los ejemplos desarrollados en las sesiones sincrónicas de los grupos P45 y P61, Ciclo 1, MisiónTIC2022-UTP.

algorithms declarative filter imperative map matplotlib misiontic2022 numpy pandas python reduce tkinter turtle yed zip

Last synced: 12 Mar 2025

https://github.com/es-shims/iterator-helpers

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.

asynciterator drop ecmascript es-shims every filter find flatmap foreach from iterator javascript map polyfill reduce some take toarray toasync

Last synced: 18 Oct 2025

https://github.com/divyanshu-rawat/functional-programming-js

A repo. that demonstrates use of functional programming in javascript

filter functional-programming functions javascript map reduce

Last synced: 04 Mar 2026

https://github.com/fjwright/run-reduce

A JavaFX GUI to run the REDUCE Computer Algebra System

cas gui java javafx javafx-desktop-apps javafx-gui reduce sourceforge

Last synced: 10 Apr 2025

https://github.com/terkelg/1d

🥞Make multi-dimensional arrays as flat as a pancake.

array multidimensional-arrays one-dimensional reduce

Last synced: 12 May 2025

https://github.com/jonschlinkert/object.reduce

Reduces an object to a value that is the accumulated result of running each property in the object through a callback. JavaScript/node.js utility.

javascript microlib object reduce util utility

Last synced: 30 Apr 2025

https://github.com/rwxrob/fn

Functional Go (1.18) with Generics

filter functional generics golang library map reduce

Last synced: 07 May 2025

https://github.com/mkosir/eslint-plugin-no-array-reduce

🚫 ESLint rule to disallow Array.reduce() method

eslint eslint-plugin eslint-rules javascript reduce typescript

Last synced: 13 Aug 2025

https://github.com/juliareducepkg/reducealgebra.jl

Meta-package for Reduce.jl and External Packages

julia julia-language meta-package reduce

Last synced: 03 Oct 2025

https://github.com/jonschlinkert/make-iterator

Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.

callback iterate iteratee iterator loop map reduce

Last synced: 30 Apr 2025

https://github.com/kn007/reduce-shrink-purge-the-ibdata1-file-in-mysql

This project could help to reduce the ibdata1 file size.

ibdata1 mysql purge reduce shrink

Last synced: 10 Apr 2025

https://github.com/bredele/tag-reduce

Reduce tagged template literals to a single value

reduce tagged-template-literals template-literals

Last synced: 13 Apr 2025

https://github.com/disruptek/dust

DUST is Unattended Syntax Truncation

ast bugs dust minimal nim reduce reproduce semantics syntax

Last synced: 09 Apr 2025

https://github.com/zhnpeng/wstream

Infinity streaming processing SDK written in golang

eventtime go map reduce streaming window

Last synced: 16 Jan 2026

https://github.com/jonschlinkert/array-sum

Add up all of the numbers in an array of numbers. Works when non-numbers are present as well.

add array math reduce sum

Last synced: 07 May 2025

https://github.com/p-samuel/anonymous-methods

Using higher-order logic to copy JavaScript's "filter", "map" and "reduce" functions in Delphi.

anonymous-functions delphi delphi10 filter find foreach-loop higher-order-functions higher-order-logic javascript map pascal reduce

Last synced: 24 Dec 2025

https://github.com/lablnet/php-minify

Minify your code commpress the size, increased speed

classes compresed free html master minify oop php reduce

Last synced: 10 Jul 2025

https://github.com/hemulgm/vclflickerreduce

Решение проблемы с мерцанием. Delphi flicker reduce

blink delphi flicker reduce vcl

Last synced: 20 Oct 2025

https://github.com/mecha-cms/x.minify

Reduces CSS, HTML, JavaScript, JSON, PHP, and XML code size on the server side.

compress converter css extension html js json minify optimize php reduce xml

Last synced: 22 Jun 2025

https://github.com/bk408/javascript-interview-questions

Hi, This is JavaScript Interview question series where I learnt about JS Questions. This series created by @Piyush Agarwal.

filter forloop map polyfills reduce

Last synced: 13 Apr 2025

https://github.com/owsas/imageboss-js

Typescript/Javascript API for Imageboss

api image imageboss javascript reduce sdk size typescript

Last synced: 05 Mar 2026

https://github.com/sustained/naito.js

Reducing the bloat of the JavaScript standard library, one reduce at a time.

all bad berners-lee blame blue browser defunct is javascript lodash naito now reduce sorry the things tim

Last synced: 15 Mar 2026

https://github.com/imteekay/pokemonad

Understanding Higher Order Functions like filter, map, and reduce using Pokemon

clojure filter functional-programming higher-order-functions map pokemon reduce

Last synced: 29 Mar 2025

https://github.com/src-mgra/array-actions

Useful array-action like sort, map, filter and reduce implemented in a ionic-app

array filter ionic ionic2 javascript map reduce sort typescript useful

Last synced: 08 May 2026

https://github.com/taufik-nurrohman/minify

Reduce CSS, HTML, JavaScript, JSON, PHP, and XML code size on the server side.

compress css html javascript js json minify php reduce uglify xml

Last synced: 30 Nov 2025

https://github.com/timonson/bashfunc

A small Bash library for functional programming - map, filter, reduce and more

bash fp functional functional-programming map reduce shell

Last synced: 04 Jul 2025

https://github.com/ruru-o/ruru-opt

A PowerShell-based tool that optimizes Windows performance by adjusting power plans, CPU scheduling, registry settings, and system parameters.

debloat input lag latency optimization performance powershell reduce registry-scripts windows

Last synced: 02 Sep 2025

https://github.com/wkhallen/gor

Go reduce, reuse, recycle, refuse

recycle reduce refuse reuse

Last synced: 13 Jul 2026

https://github.com/arve0/deep-reduce

reduce objects deeply, call reducer for every nested value in object tree

array deeply-nested nested-values object reduce values

Last synced: 20 Oct 2025

https://github.com/lyuangg/mr

A Go library based on generics that provides some common collection operation functions.

collection golang golang-library map reduce slice

Last synced: 16 Mar 2025

https://github.com/es-shims/array.prototype.reduceright

An ES5 spec-compliant `Array.prototype.reduceRight` shim/polyfill/replacement that works as far down as ES3.

array ecmascript javascript polyfill reduce reduceright shim

Last synced: 11 Apr 2025

https://github.com/morganconrad/f-readline

Thin layer over node's readline module to provide functional support: map, reduce, filter, forEach()

async filter foreach functional-programming map node-readline readline reduce

Last synced: 10 Jul 2025

https://github.com/anindya-prithvi/map_rizzuse-dscd

A repository for a _real_ project (Map - reduce)

map map-reduce mapreduce reduce

Last synced: 06 Jun 2026

https://github.com/davidcalhoun/deep-object-assign-with-reduce

Deep merging of objects with the same function signature as Object.assign() (useful for overriding default options objects)

assign deep defaults merge object options recursive reduce

Last synced: 01 Aug 2025

https://github.com/petermosmans/ansible-role-compact-box

Ansible role for compacting of Linux distributions, preparing them for e.g. Vagrant using

ansible ansible-role compact debian package reduce ubuntu

Last synced: 05 May 2026

https://github.com/stdlib-js/utils-map-reduce-right

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

accumulate accumulation accumulator aggregate iterate javascript map map-reduce node node-js nodejs reduce reducer reduction stdlib transform util utilities utility utils

Last synced: 16 Jul 2025

https://github.com/jb1905/react-render-actions

💥 Set of JavaScript actions to use during component rendering

async-await filter if-else loop map promise react reduce rendering switch-case

Last synced: 21 Jan 2026

https://github.com/stdlib-js/utils-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

accumulate accumulation accumulator aggregate collection iterate javascript node node-js nodejs reduce reducer reduction stdlib typed-array util utilities utility utils

Last synced: 28 Feb 2026

https://github.com/lh0x00/rc-pure-component

a higher-order component to reduce render times quickly for lazy people like me!

component fbjs hoc isequal lodash pure pure-component react reduce render shallowcompare

Last synced: 19 Apr 2026

https://github.com/marleydip/advanced-javascript

Assignment Problem Practise => Conditional & Looping Statement, Objects & Object Methods, Arrays & Array Method, Function (CallBack, Arrow, SetInterval, setTimeout, clearInterval, Filter, forEach, map, reduce), DOM, querySeletor, Events

array-manipulations array-methods arrow-functions callback-functions data-structures-and-algorithms dom events filter for-if-nested for-in for-of foreach function if-elseif-else map-flatmap nested-for-loops object-methods reduce switch-case

Last synced: 10 Jun 2025

https://github.com/jonesiscoding/arranged

PHP Library with objects for managing date formats and formatting for date periods.

date dateperiod datetime format formatter period php reduce time truncate

Last synced: 07 Sep 2025

https://github.com/carlosrberto/lazy-list

LazyList implements map, filter and reduce in JavaScript Arrays with lazy evaluation.

array filter functional-programming javascript lazy-evaluation map reduce

Last synced: 23 Feb 2026

https://github.com/stdlib-js/utils-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

accumulate accumulation accumulator aggregate collection iterate javascript node node-js nodejs reduce reducer reduceright reduction right stdlib util utilities utility utils

Last synced: 08 Mar 2026

https://github.com/frankiedl/unity_asset_cleaner

A Unity Editor tool to help you find and safely remove unused assets from your project. It includes features like scene analysis, backup creation, and selective cleaning based on asset types.

asset clean cleaner erase reduce reducer script unity

Last synced: 13 Mar 2026

https://github.com/alvarobernalg/total

Expansible cli that computes the stdin

cli eval reduce size tool total words

Last synced: 26 Mar 2025

https://github.com/duzun/asyncseries.js

Asynchronously process a list of items consecutively

array async async-serial asynchronous esm foreach iteratee map promise reduce reducer series

Last synced: 29 Jul 2026

https://github.com/jkomyno/json2kv

Dependencyless JS library that converts a generic JSON-like object to a map-like, key-value object.

json map reduce stackoverflow utlity

Last synced: 22 Jan 2026

https://github.com/alansastre/java-functional-advanced

Programación funcional en Java. Procesamiento de datos con la API Stream en Java. Interfaz funcional Comparator.

collector comparator flatmap functional-programming java java-stream-api java11 java17 java8 reduce sorted stream-api stream-java stream-processing

Last synced: 20 Sep 2025

https://github.com/stdlib-js/utils-reduce2d

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

accumulate accumulation accumulator aggregate collection iterate javascript node node-js nodejs reduce reducer reduction stdlib typed-array util utilities utility utils

Last synced: 15 Feb 2026

https://github.com/softwareengineerchris/consolidate

🎳 Consolidates an array of Elements by KeyPath, Closure, or Conformance - Swift Micro Package

micropackage reduce swift

Last synced: 19 Feb 2026

https://github.com/ekaone/javascript-goodies

Collection JavaScript goodies, start from map up to spread-operator | 🛠 on working

array async awa callback every javascript map nodejs objects promise reduce slug some spread-operator tips tricks

Last synced: 16 Apr 2026

https://github.com/tocoli/tocolib

A multipurpose utility library for Python 2 and 3.

auth encoding filter mapping python27 python36 reduce regex sorting testing utility-library

Last synced: 02 Feb 2026

https://github.com/zaytiri/photos-bulk-resize

A python CLI + GUI tool to resize photos while conserving folder hierarchy and preserving original ones in a different folder.

bulk cli gui hierar image image-processing images photos processing reduce resize

Last synced: 17 Jan 2026

https://github.com/andy2046/parallel

parallel Map Filter Reduce

concurrency filter golang map parallel reduce

Last synced: 25 Sep 2025

https://github.com/morganconrad/fobu

YA functional utilities for JavaScript Objects, mimicking ES6 Array methods.

filter foreach functional-programming javascript map object reduce

Last synced: 08 Jun 2026

https://github.com/md-emon-hasan/learnpython.org

A repository Python programming language, covering fundamental concepts, advanced topics, and practical applications for beginners.

exception-handling function generator lambda-functions numpy numpy-library python reduce

Last synced: 04 May 2026

https://github.com/mylxsw/coll

Coll is a collection library for Go

collection filter golang map reduce

Last synced: 23 Aug 2025

https://github.com/vonderklaas/custom-filter-map-reduce

Here is a simple implementation of HOC Array methods like filter, map, reduce

filter map reduce

Last synced: 16 May 2026

https://github.com/qingyunha/multipreduce

Python Multiprocess Reduce

multiprocessing python reduce

Last synced: 12 Jan 2026

https://github.com/marleydip/advanced-javascript-with-projects

Projects & Assignment Problem Practise => Conditional & Looping Statement, Objects & Object Methods, Arrays & Array Method, Function (CallBack, Arrow, SetInterval, setTimeout, clearInterval, Filter, forEach, map, reduce), DOM, querySeletor, Events

array-manipulations array-methods arrow-functions callback-functions data-structures-and-algorithms dom events filter for-if-nested for-in for-of foreach function if-elseif-else map-flatmap nested-for-loops object-methods reduce switch-case

Last synced: 18 Jun 2025

https://github.com/rousan/reduce-image

A helpful tool to make an image smaller in size and quality

image image-processing reduce size

Last synced: 16 Mar 2025

https://github.com/kouisamine/image-optimizer

Compress and optimize images for a smaller image size but still high quality.

compress compress-images compression compressor image image-optimizer image-size js online optimizer php reduce script size source-code tools

Last synced: 11 Apr 2026