Roddy MacFarquhar (roddym)

roddym

Geek Repo

Location:California

Github PK Tool:Github PK Tool

Roddy MacFarquhar's starred repositories

tauri

Build smaller, faster, and more secure desktop applications with a web frontend.

Language:RustLicense:Apache-2.0Stargazers:78212Issues:492Issues:3956

modern-unix

A collection of modern/faster/saner alternatives to common unix commands.

entt

Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

sapling

A Scalable, User-Friendly Source Control System.

Language:RustLicense:GPL-2.0Stargazers:5841Issues:75Issues:433

coz

Coz: Causal Profiling

Language:CLicense:NOASSERTIONStargazers:3945Issues:70Issues:139

browsix

Browsix is a Unix-like operating system for the browser.

Language:JavaScriptLicense:NOASSERTIONStargazers:3128Issues:80Issues:67

refurb

A tool for refurbishing and modernizing Python codebases

Language:PythonLicense:GPL-3.0Stargazers:2453Issues:16Issues:97

doppio

Breaks the browser language barrier (includes a plugin-free JVM).

Language:TypeScriptLicense:MITStargazers:2163Issues:77Issues:414

concurrencpp

Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

Language:C++License:MITStargazers:2103Issues:50Issues:62

palanteer

Visual Python and C++ nanosecond profiler, logger, tests enabler

Language:C++License:NOASSERTIONStargazers:2047Issues:54Issues:29

Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

Language:C++License:Apache-2.0Stargazers:1720Issues:49Issues:60

libunifex

Unified Executors

Language:C++License:NOASSERTIONStargazers:1379Issues:57Issues:149

pycom

A Python compiler, down to native code, using C++

Language:C++License:MITStargazers:1108Issues:19Issues:11

tstl

TypeScript-STL (Standard Template Library, migrated from C++)

Language:TypeScriptLicense:MITStargazers:588Issues:18Issues:93

stxxl

STXXL: Standard Template Library for Extra Large Data Sets

Language:C++License:BSL-1.0Stargazers:462Issues:47Issues:80

ctpg

Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.

Language:C++License:MITStargazers:449Issues:11Issues:25

fire-hpp

A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs

Language:C++License:BSL-1.0Stargazers:446Issues:10Issues:6

daw_json_link

Fast, convenient JSON serialization and parsing in C++

Language:C++License:BSL-1.0Stargazers:433Issues:10Issues:106

json

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

Language:C++License:BSL-1.0Stargazers:418Issues:23Issues:536

compile-time-init-build

C++ library for composing modular firmware at compile-time.

Language:C++License:BSL-1.0Stargazers:411Issues:28Issues:82

Lazy

Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.

Language:C++License:UnlicenseStargazers:110Issues:4Issues:3

booleval

Header-only C++17 library for evaluating logical expressions.

Language:C++License:MITStargazers:81Issues:5Issues:23

envy

envy: Deserialize environment variables into type-safe structs

Language:C++License:MITStargazers:66Issues:3Issues:0

CxxProf

CxxProf is a manual instrumented Profiling library for C++. It's goal is to provide easy integration into existing projects with just as little overhead as possible. It should be easy to remove the profiling mechanism during compile and runtime from the code.

Language:C++License:GPL-3.0Stargazers:58Issues:15Issues:48

mirage

A web DSL and command-line tool for easily writing simple HTTP server

Language:JavaLicense:MITStargazers:44Issues:3Issues:0

mgs

C++14 codec library

Language:C++License:BSL-1.0Stargazers:25Issues:1Issues:0

meta_enumerator

C++14 library to enhance enumerator capabilities, including arbitrary length, statically allocated, strongly typed masks.

Language:C++License:MITStargazers:22Issues:4Issues:0

symtool

Manipulate static symbols in ELF and Mach-O objects

Language:RustLicense:Apache-2.0Stargazers:16Issues:3Issues:2

Procedure

Universal C++ stored procedure call interface for application programming

Language:C++Stargazers:7Issues:2Issues:0

HackingSTL

Hacking STL (ex: C++11 thread for stacksize)