rohanverma94
Working on @seaweedfs & numaprof. Author of a proprietary In-memory database. Expertise in Compiler Engineering. 9½x developer.
The Astral Map,IncMumbai
Pinned Repositories
Accelerometer_PIC18F
Complete implementation of Accelerometer driver for ADLX335 on PICK18F46k22
AMPparallel
A C++AMP (Accelerated Massive Parallelism) implementation for Matrix Multiplication. This application is based on CPU-GPU heterogeneous architecture
AWDS_Firmware_Apps
AWDS is a IOT project which provides to regulate the water suply to homes, the process to install the system is simple a dedicated hardware ( soon available at my other repository) is installed at the water output to the house.The project is IOT based so an android app is also available , one for Customer and other one for Office.
False-sharing-cache-misses
This demonstrates the cache-misses introduced due to multi-core system
forked-flux
A C++20 library for sequence-orientated programming
forked_b_stacktrace
A minimalistic single-header multi-platform C89 lib for stack tracing
ManagedTesting
This is a SIMD benchmark for matrix multiplication (matrix size: 100,00 x 100,00 ) , this requires C# , Visual Studio 2017
NexysVideoEthernet
This repository has code for the ethernet demonstration in Nexys Video FPGA board
stm32f4xxx-SIMD-add
This is a demostration of SIMD code in stm32f4xxx microcontroller.
The-Open-Copter
TOC or The Open Copter is a semi-autonomous-quadcopter which is made with Accelerometer,Gyroscope and Magnetometer by using I2C interface and AVR Atmega328 microcontroller.
rohanverma94's Repositories
rohanverma94/forked-flux
A C++20 library for sequence-orientated programming
rohanverma94/forked_b_stacktrace
A minimalistic single-header multi-platform C89 lib for stack tracing
rohanverma94/GoldPlusPlus
A collection of resources for C++ devs
rohanverma94/bloom-rust-empowered-coder
Bloom implementation in rust with focus on testing & correctness.
rohanverma94/GeorgeHotzChallenge.scala
A POC for twitter's finagle backed RPC server with a python client
rohanverma94/GPX-treeline
High performance graph primitives around treeline storage engine.
rohanverma94/io_uring_magic_scanner
io_uring based network scanner & sysinternals for kernel. Built on Jan 22, 2023.
rohanverma94/mimalloc-rx
Reactive extension for mimalloc. mimalloc is a compact general purpose allocator with excellent performance.
rohanverma94/False-sharing-cache-misses
This demonstrates the cache-misses introduced due to multi-core system
rohanverma94/200DaysWithFPGAs
The objective of this project is to explore ray tracing and design a soft GPU on Xilinx Artix 100T.
rohanverma94/asic_uart_spi
asic flow for uart and spi devices
rohanverma94/CoroBase-experiments
A collection of YCSB benchmark for CoroBase DB
rohanverma94/coroutine-durable-fork
Durable coroutines for Go
rohanverma94/cpp-gems-linkedin
A collection of novel techniques from modern C++
rohanverma94/crdt-scala-zio2
Some experimental CRDT Sets with Zio2 ❤️ Scala
rohanverma94/dice
An extremely simple Golang-based in-memory KV store that speaks the Redis dialect.
rohanverma94/dicedb-test-ioredis
Ioredis based Test for DiceDB
rohanverma94/docker-http-server
Containerized server to analyze effect of allocators such as musl, pt2malloc and mimalloc in containers.
rohanverma94/dragonfly
A modern replacement for Redis and Memcached
rohanverma94/EmbedRT
EmbedRT is a shorthand for Embedded Reactive Tensor, a math processing compiler for x86_64 & ARM based targets. ASIC & FPGA support is also in pipeline.
rohanverma94/forked-redis-iouring
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
rohanverma94/hbthreads
A simple coroutine-based reactor library
rohanverma94/io_uring-cats-effect
The pure asynchronous runtime for Scala
rohanverma94/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
rohanverma94/miniature-goggles-iouring-cpp
Network scanner written in C++ with io_uring
rohanverma94/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
rohanverma94/rohanverma94
rohanverma94/rp2350_hacking_challenge
rohanverma94/seaweedfs
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
rohanverma94/SortedSetFree
Sorted Set Free or SS Free(standing) is a freestanding implementation of Sorted Sets for in-memory stores/persistence. This implementation is DB agnostic.