codeinred
Software Engineer. Interested in Web Development, Modern C++, Haskell, and Machine Learning
Brooklyn, NY
Pinned Repositories
catify
conduit
This is a library that implements a wide range of various coroutine primitives in C++20, allowing for easy and simple use. It also provides conduit::io, which integrates coroutines with boost::asio
lldb_user_types
mem_profile
mp_reader
noam
path_no_alloc
Allows joining paths without allocation
recursive-variant
Recursive Variant: A simple library for Recursive Variant Types
tuplet
A fast, simple tuple implementation that implements tuple as an aggregate
untree
Untree: Undoing tree for fun and profit
codeinred's Repositories
codeinred/codeinred.workers
codeinred/conduit-docs
Documentation for conduit in markdown format
codeinred/dynamic-bench
codeinred/GenericIterator
Simple iterator library for generic iterators. A generic iterator provides runtime polymorphism over iterators, based on the value they return.
codeinred/haskell
A collection of scripts and other projects written in haskell
codeinred/multibench
Benchmarking utilities for running benchmarks against different libraries / versions of the same library dynamically
codeinred/tuplet-bench
Benchmarks for tuplet library