Pinned Repositories
augmented_mcl
Augmented MCL algorithm for autonomous robots
LinkGrabber
Searches and downloads the content of a given website for all files that end in user-specified extensions
messagequeue
A C++ implementation of a concurrent message queue
OccupancyGrid
Simulation of Occupancy Grid Mapping Algorithm for Autonomous Robots
PageRank
Computes PageRank on a given input graph
perfqueue
high performance MPMC queue with support for bulk inserts and deletes
pretty_print
C++ pretty printer powered by TMP and type_traits.
russian
Tools for helping learn Russian!
Hincoin's Repositories
Hincoin/perfqueue
high performance MPMC queue with support for bulk inserts and deletes
Hincoin/russian
Tools for helping learn Russian!
Hincoin/bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Hincoin/beagle
Automatically exported from code.google.com/p/beagle
Hincoin/callable_traits
modern C++ traits for callable types
Hincoin/ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems.
Hincoin/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Hincoin/cpp17_in_TTs
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
Hincoin/cpp_range
Python-like range iterators for C++
Hincoin/cppbestpractices
Collaborative Collection of C++ Best Practices
Hincoin/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Hincoin/cpplinks
A categorized list of C++ resources.
Hincoin/fiber
userland threads
Hincoin/folly
An open-source C++ library developed and used at Facebook.
Hincoin/genotick
Artificial Intelligence Data Analysis
Hincoin/gsym
Python code that can parse mach-o and ELF files, parse DWARF debug info and generate a new symbolication format.
Hincoin/hana
Your standard library for metaprogramming
Hincoin/Lean
Lean Algorithmic Trading Engine by QuantConnect (C#, Python, F#, VB, Java)
Hincoin/linux
Linux kernel source tree
Hincoin/lockfree
Hincoin/markable
A template for creating optional-like objects with no space overhead
Hincoin/mpmc_queue
Lock free MPMC queue designed for heavy concurrent utilization
Hincoin/netsniff-ng
A Swiss army knife for your daily Linux network plumbing.
Hincoin/smart_ptr
Boost.org smart_ptr module
Hincoin/spark-1
Mirror of Apache Spark
Hincoin/static_dispatch
Compile time dispatch table, query-able by runtime events!
Hincoin/testinator
C++ unit testing experiments
Hincoin/ThinkOrSwim
ThinkScript code for use with ThinkOrSwim
Hincoin/throttler
Lock free function call throttler
Hincoin/TokenBucket
Lock-free implementation of the token bucket algorithm in C++