Pinned Repositories
3p
AquaHash
Fast Hash Functions Using AES Intrinsics
catch2-benchmark-demo
clhash
C library implementing the ridiculously fast CLHash hashing function
CppNumericalSolvers
L-BFGS-B for TensorFlow or pure C++11 and other optimization methods
EPIJudge
EPI Judge - Preview Release
fastgrep
A high-performance text searching tool written in modern C++
ioutils
A blazing fast tiny file I/O library
tools
Productivity tools for large scale software development workflows
zgrep
A blazing fast grep command for zstd compressed files.
hungptit's Repositories
hungptit/tools
Productivity tools for large scale software development workflows
hungptit/AquaHash
Fast Hash Functions Using AES Intrinsics
hungptit/fastgrep
A high-performance text searching tool written in modern C++
hungptit/catch2-benchmark-demo
hungptit/CppNumericalSolvers
L-BFGS-B for TensorFlow or pure C++11 and other optimization methods
hungptit/EPIJudge
EPI Judge - Preview Release
hungptit/ioutils
A blazing fast tiny file I/O library
hungptit/algorithms
hungptit/benchmark
A microbenchmark support library
hungptit/build
Automated build system for used C++ libraries
hungptit/Celero
C++ Benchmark Authoring Library/Framework
hungptit/code-coverage-demo
A demo for C++ code coverage report
hungptit/cphb
Competitive Programmer's Handbook
hungptit/duckdb
DuckDB is an in-process SQL OLAP Database Management System
hungptit/fccf
fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
hungptit/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
hungptit/grpc-cmake-template
CMake template for gRPC
hungptit/grpc-up-and-running
Samples of the book gRPC Up and Running. Each sample is based on a real-world use case and details of the use case can be found in the respective chapter of the book.
hungptit/hyperscan
High-performance regular expression matching library
hungptit/hyperscan-build
CMake build configuration for Hyperscan
hungptit/java-experiments
My random thoughts and experiments with Java
hungptit/lc
Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)
hungptit/lunasvg
lunasvg is a standalone SVG rendering library in C++
hungptit/mdp
A command-line based markdown presentation tool.
hungptit/prelude
Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
hungptit/protobuf
Protocol Buffers - Google's data interchange format
hungptit/python
Python examples
hungptit/SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
hungptit/thread-pool
A modern thread pool implementation based on C++20
hungptit/utils
A collection of useful C++ utility classes written using C++11/14