
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
A collection of basic list functions which can be run in parallel mode (both sync or async).
Parallel tools (named in manner to itertools & functools) is a set of commonly used list traversal functions, which is working in parallel (fault-tolerant) in synchronous or asynchronous manner.
Implementation is based on python threading
module, so be aware of GIL.
Currently implemented functions are (both sync & async):
filter
- filters the list by predicate you provide;map
- applies a function to each element of the list.Important: Due to nature of parallel processing the order of results isn't guranteed. Although, function is returns a list
because the objects you want to process might not be hashable, hence you can't use a set
.
FAQs
A collection of basic list functions which can be run in parallel mode (both sync or async).
We found that paralleltools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.