Pinned Repositories
.emacs.d
My personal emacs settings, and the ones used in @emacsrocks
2014-talks
This is the official repository for slides and talks from GopherCon 2014
abrash-black-book
Markdown source for Michael Abrash's Graphics Programming Black Book
abseil-cpp
Abseil Common Libraries (C++)
actor-framework
An Open Source Implementation of the Actor Model in C++
acwj
A Compiler Writing Journey
alfalfa
Purely functional video codec, used for ExCamera and Salsify
alice
Painless middleware chaining for Go
rust-by-example
Learn Rust with practical examples
rjammala's Repositories
rjammala/arrow
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication. Languages currently supported include C, C++, Java, JavaScript, Python, and Ruby.
rjammala/build
[mirror] Continuous build and release infrastructure
rjammala/cadence
Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
rjammala/clusterfuzz
All your bug are belong to us.
rjammala/delve
Delve is a debugger for the Go programming language.
rjammala/distsys-class
Class materials for a distributed systems lecture series
rjammala/drogon
Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix
rjammala/elprep
elPrep: a high-performance tool for preparing sequence alignment/map files in sequencing pipelines.
rjammala/exec-path-from-shell
Make Emacs use the $PATH set up by the user's shell
rjammala/functionsimsearch
Some C++ example code to demonstrate how to perform code similarity searches using SimHashing.
rjammala/fyne
Cross platform GUI in Go based on Material Design
rjammala/go-elasticsearch
The official Go client for Elasticsearch
rjammala/goexpect
Expect for Go
rjammala/highwayhash
Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash
rjammala/LASER
Language-Agnostic SEntence Representations
rjammala/libstdaudio
Implementation of P1386
rjammala/networkit
NetworKit is a growing open-source toolkit for large-scale network analysis.
rjammala/nevergrad
A Python toolbox for performing gradient-free optimization
rjammala/peloton-1
Unified Resource Scheduler to co-schedule mixed types of workloads such as batch, stateless and stateful jobs in a single cluster for better resource utilization.
rjammala/pistache
A high-performance REST Toolkit written in C++
rjammala/poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
rjammala/protobuf
Go support for Google's protocol buffers
rjammala/redis
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, HyperLogLogs, Bitmaps.
rjammala/simdjson
Parsing gigabytes of JSON per second
rjammala/skribo
A Rust library for low-level text layout.
rjammala/synapse
Distributed Key-Value Hypergraph Analysis Framework
rjammala/wav2letter
Facebook AI Research Automatic Speech Recognition Toolkit
rjammala/wirefilter
An execution engine for Wireshark-like filters
rjammala/xeus
C++ implementation of the Jupyter kernel protocol
rjammala/xxhash
A native implementation of the excellent XXHash hashing algorithm.