Pinned Repositories
iggy
Apache Iggy: Hyper-Efficient Message Streaming at Laser Speed
compio-ws
WebSocket support for compio runtime
DeepSteganography
Hiding Images in Plain Sight: Deep Steganography
limbo
Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
limbo_alloc
Allocator without lifetimes
NAG-pytorch
Pytorch implementation of https://github.com/val-iisc/nag
nsync-rs
Fastest Mutex in the Rustland 📜 T&C (WIP)
vscode-nasm-gdb
Assembling using NASM and visual debugger setup for x86_64 in VSCode
turso
Turso is an in-process SQL database, compatible with SQLite.
krishvishal's Repositories
krishvishal/nsync-rs
Fastest Mutex in the Rustland 📜 T&C (WIP)
krishvishal/compio-ws
WebSocket support for compio runtime
krishvishal/limbo
Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
krishvishal/limbo_alloc
Allocator without lifetimes
krishvishal/vscode-nasm-gdb
Assembling using NASM and visual debugger setup for x86_64 in VSCode
krishvishal/abseil-cpp
Abseil Common Libraries (C++)
krishvishal/async-tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
krishvishal/autobahn-testsuite
Autobahn WebSocket protocol testsuite
krishvishal/compio
A thread-per-core Rust runtime with IOCP/io_uring/polling.
krishvishal/cpplinks
A categorized list of C++ resources.
krishvishal/cs431
My solutions for cs431 concurrency course
krishvishal/cyper
An HTTP library based on compio and hyper.
krishvishal/cyper-serve-demo
krishvishal/datafusion
Apache DataFusion SQL Query Engine
krishvishal/ensync
krishvishal/fork_union
Low(est?)-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴
krishvishal/iggy
Apache Iggy: Hyper-Efficient Message Streaming at Laser Speed
krishvishal/intrusive-rs
Intrusive collections for Rust
krishvishal/Knowledgebase-SV
Personal notes (technical)
krishvishal/lemon-rs
LALR(1) parser generator for Rust based on Lemon + SQL parser
krishvishal/linux
Linux kernel source tree
krishvishal/MCMCTempering.jl
Implementations of parallel tempering algorithms to augment samplers with tempering capabilities
krishvishal/nsync
nsync is a C library that exports various synchronization primitives, such as mutexes
krishvishal/parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
krishvishal/pliron
Programming Languages Intermediate Representation
krishvishal/rust-instruction-dispatch
This is a project to learn how to implement instruction dispatch in Rust.
krishvishal/sqlite
Official Git mirror of the SQLite source tree
krishvishal/Synth.jl
Julia audio synthesis library
krishvishal/tokio-tungstenite
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
krishvishal/tungstenite-rs
Lightweight stream-based WebSocket implementation for Rust.