Threads

Top 23 Thread Open-Source Projects

  • crossbeam

    Tools for concurrent programming in Rust

  • Project mention: Hyperbridge: Fast multi-producer, multi-consumer unbounded channel in Rust | news.ycombinator.com | 2024-02-09

    Crossbeam isn't async[0]. It can multiplex with itself (via the `select!` macro), but not with anything else.

    [0]: https://github.com/crossbeam-rs/crossbeam/issues/896

  • marl

    A hybrid thread / fiber task scheduler written in C++ 11

  • Project mention: Fiber in C++: Understanding the Basics | news.ycombinator.com | 2023-09-24
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • react-native-multithreading

    🧵 Fast and easy multithreading for React Native using JSI

  • promesa

    A promise library & concurrency toolkit for Clojure and ClojureScript.

  • react-native-worklets-core

    🧵 A Worklet runner for React Native.

  • Project mention: stockfish chess engine with react native? | /r/reactnative | 2023-05-23
  • messenger

    Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more! (by RTippin)

  • thread-pool

    A modern, fast, lightweight thread pool library based on C++20 (by DeveloperPaul123)

  • Project mention: C++ Show and Tell - June 2023 | /r/cpp | 2023-06-01

    I just released version 0.6.0 of my C++20 thread_pool library.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • threads-re

    Reverse-engineering Instagram's Threads private APIs.

  • Project mention: Reverse-engineering Instagram's Threads private APIs | news.ycombinator.com | 2023-07-08
  • rust-sinner

    Easy c̵̰͠r̵̛̠ö̴̪s̶̩̒s̵̭̀-t̶̲͝h̶̯̚r̵̺͐e̷̖̽ḁ̴̍d̶̖̔ ȓ̵͙ė̶͎ḟ̴͙e̸̖͛r̶̖͗ë̶̱́ṉ̵̒ĉ̷̥e̷͚̍ s̷̹͌h̷̲̉a̵̭͋r̷̫̊ḭ̵̊n̷̬͂g̵̦̃ f̶̻̊ơ̵̜ṟ̸̈́ R̵̞̋ù̵̺s̷̖̅ţ̸͗!̸̼͋

  • multithreading

    ⚡ Multithreading functions in JavaScript to speedup heavy workloads, designed to feel like writing vanilla functions.

  • Project mention: 🤯 150 Articles to Satisfy Your Curiosity | dev.to | 2024-03-13

    Multithreading functions in JavaScript to speedup heavy workloads (https://github.com/W4G1/multithreading) by Walter van der Giessen

  • threads.js

    A Node.js library for the Threads API (by threadsjs)

  • Project mention: Threads.js – Threads API JavaScript client | news.ycombinator.com | 2023-07-10
  • Fibry

    The first Java Actor System supporting fibers from Project Loom

  • Example

    Metarhia application example for Node.js 🟢 (by metarhia)

  • discord-needle

    Needle is a Discord bot that creates Discord threads automatically.

  • Project mention: Looking for bot for Threads | /r/discordbots | 2023-05-02

    A server I’m a moderator in uses this to make threads automatically and have a message sent once it’s opened https://needle.gg

  • cps

    Continuation-Passing Style for Nim 🔗

  • Project mention: Nim CPS: compile-time continuations | news.ycombinator.com | 2024-02-14
  • Ichor

    C++20 Microservice Bootstrapping Framework

  • Project mention: Ichor v0.3.0 released: async file I/O now included | /r/cpp | 2023-11-12

    More information on the async I/O can be found in the docs.

  • django-currentuser

    Conveniently store reference to request user on thread/db level.

  • instagram-threads

    Fully functional clone of Threads

  • Project mention: ReBeal | /r/FlutterDev | 2023-07-12

    It is not at the same time, the function that I develop allow to take a photo at the front and using an asynchronous way the camera will rotate and took a pic in the front camera and send the 2 picture in Realtime Database of firebase, and don't forget feel free to star and follow me on GitHub if you want I am currently working on an Threads-instagram clone https://github.com/Antoinegtir/instagram-threads :)

  • newton-fractal

    Drawing Newton's fractal using pure js, rust-wasm, SIMDs, threads and GPU

  • libCat

    🐈‍⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!

  • Project mention: I hate almost all software | news.ycombinator.com | 2023-06-06

    That's awesome! I'm working on something that sounds similar. https://github.com/cons-cat/libcat

    I'd love to see your work if you're willing to share it here!

  • dude

    Duplicates Detector is a cross-platform GUI utility for finding duplicate files, allowing you to delete or link them to save space. Duplicate files are displayed and processed on two synchronized panels for efficient and convenient operation. (by PJDude)

  • Project mention: fdupes: Identify or Delete Duplicate Files | news.ycombinator.com | 2023-11-02

    Hi. I recommend my little program, the bottleneck is the gui in tkinter, but maybe it will be useful to someone:

    https://github.com/PJDude/dude

  • paralines

    Nice output to console/file from concurrent threads

  • SwiftConcurrentCollections

    Swift Concurrent Collections

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Threads related posts

Index

What are some of the best open-source Thread projects? This list will help you:

Project Stars
1 crossbeam 6,832
2 marl 1,770
3 react-native-multithreading 1,102
4 promesa 478
5 react-native-worklets-core 440
6 messenger 386
7 thread-pool 358
8 threads-re 312
9 rust-sinner 305
10 multithreading 296
11 threads.js 274
12 Fibry 212
13 Example 197
14 discord-needle 196
15 cps 194
16 Ichor 174
17 django-currentuser 141
18 instagram-threads 102
19 newton-fractal 98
20 libCat 58
21 dude 53
22 paralines 44
23 SwiftConcurrentCollections 43

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com