Pinned Repositories
async
Provides Async/Await and Promises for C++
buffer
A Buffer class that makes it easy to slice, concat, copy, etc.
cxx-eventemitter
A minimalist event emitter in C++
cxx-uri
a simple parser, encoder and decoder for URIs
hyper-build
A very minimal, general purpose C++ build tool.
hypercore
Hypercore is a secure, distributed append-only log.
path
A C++ port of node.js' path module
push-stream
A push-stream implementation
timers
Non blocking timers for C++ (setInterval, setTimeout, etc)
uv-async
Asynchronous goodies built on libuv
hypercore-cxx's Repositories
hypercore-cxx/uv-async
Asynchronous goodies built on libuv
hypercore-cxx/hypercore
Hypercore is a secure, distributed append-only log.
hypercore-cxx/cxx-eventemitter
A minimalist event emitter in C++
hypercore-cxx/path
A C++ port of node.js' path module
hypercore-cxx/push-stream
A push-stream implementation
hypercore-cxx/async
Provides Async/Await and Promises for C++
hypercore-cxx/buffer
A Buffer class that makes it easy to slice, concat, copy, etc.
hypercore-cxx/cxx-uri
a simple parser, encoder and decoder for URIs
hypercore-cxx/hyper-build
A very minimal, general purpose C++ build tool.
hypercore-cxx/timers
Non blocking timers for C++ (setInterval, setTimeout, etc)
hypercore-cxx/hyper-docs
A minimal documentation system.
hypercore-cxx/varint
Use most-significant bit to create integer values of varying sizes.
hypercore-cxx/flat-tree
A series of functions to map a binary tree to a list
hypercore-cxx/datcxx.github.io
FAQ and other useful details about this project
hypercore-cxx/result
A container type that holds either an error or value.
hypercore-cxx/sodium
libsodium functions
hypercore-cxx/util-string
Functional string helpers
hypercore-cxx/count-trailing-zeros
Counts the number of trailing zeros for an integer in binary.
hypercore-cxx/merkle-tree-stream
A stream that generates a merkle tree based on the incoming data.
hypercore-cxx/pretty-hash
Output binary buffers as a nice shortened hex string
hypercore-cxx/sodium-encodedecode
Libsodium encoding and decoding functions
hypercore-cxx/sorted-indexof
Given two sorted vectors, a and b, efficiently return a vector of indexes of b's elements in a.
hypercore-cxx/hypercore-crypto
Higher level crypto functions based on libsodium
hypercore-cxx/memory-pager
Access memory using small fixed sized buffers.
hypercore-cxx/punycode
Punycode encoder/decoder
hypercore-cxx/random-access-file
Continuous reading or writing to a file using random offsets and lengths.