single-threaded
There are 28 repositories under single-threaded topic.
p-ranav/csv2
Fast CSV parser and writer for Modern C++
p-ranav/binary_log
Fast binary logger for C++
mzimbres/smms
Simple multimedia server
puzzlef/vector-sum
Comparison of vector element sum using various data types.
UditDey/takyon
A simple, single-threaded async runtime for Rust
zelflod/highload_web_server
Python web server
puzzlef/pagerank-datatype
Comparison of PageRank algorithm using various datatypes.
puzzlef/pagerank-openmp
Design of OpenMP-based PageRank algorithm for link analysis.
RightMesh/librxtcp
Simple Single-Threaded Reactive TCP class using RxJava and NIO
1Hyena/sockets
a single-threaded, non-throwing and signal-compatible header-only C++ library for TCP connections
adityaxxz/multithreaded-web-server
Built a Multithreaded Web Server in Rust🦀
drclaws/Simple_ClientServer
Example of simple single-threaded event-driven session-based server with UDP and TCP connectivity support at same time and client for it.
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
sachdevavaibhav/js-fundamentals
JavaScript Fundamentals (Notes) ft. Namaste JavaScript
antaripchatterjee/eztasks
A single threaded approach to implement task oriented programming in c
ConnectIN-YOU/ConnectIN-Project-Backend
Backend for ConnectIN, Implemented mainly using Node.js. ConnectIN is a fruitful and productive place for innovative, inquisitive and out of the box thinkers who want to teach, share knowledge and learn about topic of their interest or something new.
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
nabooru/echod
A very simple template for a single-threaded, select-based TCP server that implements the Echo Protocol.
RaySteak/rayfts
Single-threaded optimized HTTP file transfer server for Raspberry Pi devices
reallyland/really-lang
The Really Programming Language
Sectumsempr/asynchronous_programming
Работа с курсов Skillbox. Файл 01_volatility.py представлен в однопоточном/однопроцессорном стиле. Файл 02_volatility_with_threads.py представлен в многопоточном стиле. Файл 03_volatility_with_processes.py представлен в многопроцессорном стиле. Были выдвинуты следующие условия: При торгах на бирже совершаются сделки - один купил, второй продал. Покупают и продают ценные бумаги (акции, облигации, фьючерсы, етс). Ценные бумаги - это по сути долговые расписки. Ценные бумаги выпускаются партиями, от десятка до несколько миллионов штук. Каждая такая партия (выпуск) имеет свой торговый код на бирже - тикер. Все бумаги из этой партии (выпуска) одинаковы в цене, поэтому говорят о цене одной бумаги. У разных выпусков бумаг - разные цены, которые могут отличаться в сотни и тысячи раз. Каждая биржевая сделка характеризуется: тикер ценнной бумаги, время сделки, цена сделки, обьем сделки (сколько ценных бумаг было куплено). Задача: вычислить 3 тикера с максимальной и 3 тикера с минимальной волатильностью. Бумаги с нулевой волатильностью вывести отдельно.
code-raushan/sequential-tcp-server
A sequential blocking TCP server written in Go.
Dionuta/B6-Execution
Execution Phase of Execution Context
puzzlef/pagerank
Design of PageRank algorithm for link analysis.
puzzlef/vector-multiplication-openmp
Comparing performance of sequential vs OpenMP-based element-by-element vector multiplication.
puzzlef/vector-sum-openmp
Comparing performance of sequential vs OpenMP-based vector element sum.
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.
zaki-x86/tcp_server
Single threaded asyncronous server using asio and the standard library