Topic: "single-threaded"
p-ranav/csv2
Fast CSV parser and writer for Modern C++
Language: C++ - Size: 729 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 590 - Forks: 103
p-ranav/binary_log
Fast binary logger for C++
Language: C++ - Size: 1.64 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 227 - Forks: 16
TheMesocarp/aika
A somehow lock-free multi-agent coordination layer.
Language: Rust - Size: 247 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 46 - Forks: 1
mzimbres/smms
Simple multimedia server
Language: C++ - Size: 108 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0
puzzlef/vector-sum
Comparison of vector element sum using various data types.
Language: C++ - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1
UditDey/takyon
A simple, single-threaded async runtime for Rust
Language: Rust - Size: 135 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0
puzzlef/pagerank-datatype
Comparison of PageRank algorithm using various datatypes.
Language: C++ - Size: 135 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
puzzlef/pagerank-openmp
Design of OpenMP-based PageRank algorithm for link analysis.
Language: C++ - Size: 226 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
1Hyena/sockets
a single-threaded, non-throwing and signal-compatible header-only C++ library for TCP connections
Language: C++ - Size: 294 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0
zelflod/highload_web_server
Python web server
Language: Python - Size: 476 KB - Last synced at: 4 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0
zennyMe17/HybridCacheSystem
HybridCacheSystem is a modern C++ framework for building high-performance, multi-layered cache systems. It supports both LRU and LFU caching strategies, allows combining them for hybrid setups, and provides a unified interface for cache management and customization.
Language: C++ - Size: 59.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0
adityaxxz/multithreaded-web-server
Built a Multithreaded Web Server using Rust🦀
Language: Rust - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0
sachdevavaibhav/js-fundamentals
JavaScript Fundamentals (Notes) ft. Namaste JavaScript
Size: 113 KB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 4
liza-yemini/Arkanoid-Game
Java-based Arkanoid game with multiple levels and custom GUI implementation. Features include an interactive menu, customizable level sets, and unique single-thread design. Developed as a semester project at BIU
Language: Java - Size: 813 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0
RightMesh/librxtcp
Simple Single-Threaded Reactive TCP class using RxJava and NIO
Language: Java - Size: 82 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 8
b97tsk/async
A Go library for asynchronous programming.
Language: Go - Size: 242 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
RaySteak/rayfts
Optimized single-threaded HTTP file transfer server for Raspberry Pi devices
Language: CSS - Size: 1.28 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Anirudh-N-15/Expserver
An educational single threaded asynchronous web server written in C.
Language: C - Size: 1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
puzzlef/vector-sum-openmp
Comparing performance of sequential vs OpenMP-based vector element sum.
Language: C++ - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
puzzlef/vector-multiplication-openmp
Comparing performance of sequential vs OpenMP-based element-by-element vector multiplication.
Language: C++ - Size: 261 KB - Last synced at: 14 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
KulkarniShrinivas/Multithreaded-WebServer
1. Client-Server Communication: Understanding TCP, HTTP, and DNS for efficient data exchange. 2. Operating System Integration: Integrating sockets with OS for connection management. 3. Server Architecture: Comparing single-threaded vs. multithreaded servers for concurrency. 4. Thread Pools: Utilizing thread pools for optimized resource allocation
Language: Java - Size: 929 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
antaripchatterjee/eztasks
A single threaded approach to implement task oriented programming in c
Language: C - Size: 75.2 KB - Last synced at: 5 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0
puzzlef/pagerank
Design of PageRank algorithm for link analysis.
Language: C++ - Size: 281 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
code-raushan/sequential-tcp-server
A sequential blocking TCP server written in Go.
Language: Go - Size: 1.95 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
swapniltake1/Elevator
This is a Java-based elevator simulator program that demonstrates the functionality of a single-threaded elevator system. The program is designed using core Java concepts, including object-oriented principles and the collection framework. The simulator allows users to call the elevator, board passengers, and move between floors.
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
Dionuta/B6-Execution
Execution Phase of Execution Context
Language: JavaScript - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
reallyland/really-lang
The Really Programming Language
Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0