Pinned Repositories
6502Emulator
Learning how a CPU works by emulating one
8-bit-deep-learning
Training neural networks with 8-bit computations
albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Android-Disassembler
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
appbase
Framework for building applications based upon plugins
excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
hanzz2007's Repositories
hanzz2007/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
hanzz2007/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
hanzz2007/arm-gcc-inline-assembler
ARM GCC 内联汇编参考手册 - 中文版
hanzz2007/backward-cpp
A beautiful stack trace pretty printer for C++
hanzz2007/blahtexml
Blahtexml
hanzz2007/Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
hanzz2007/cnpy
library to read/write .npy and .npz files in C/C++
hanzz2007/cpptrace
Lightweight, zero-configuration-required, and cross-platform stacktrace library for C++
hanzz2007/crc32
CRC32 Demystified
hanzz2007/CRCpp
Easy to use and fast C++ CRC library.
hanzz2007/How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
hanzz2007/inferflow
Inferflow is an efficient and highly configurable inference engine for large language models (LLMs).
hanzz2007/INT8-Flash-Attention-FMHA-Quantization
hanzz2007/libassert
The most over-engineered and overpowered C++ assertion library.
hanzz2007/lmdeploy
LMDeploy is a toolkit for compressing, deploying, and serving LLM
hanzz2007/memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
hanzz2007/MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
hanzz2007/onnx-modifier
A tool to modify ONNX models in a visualization fashion, based on Netron and Flask.
hanzz2007/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
hanzz2007/perf-book
The book "Performance Analysis and Tuning on Modern CPU"
hanzz2007/predef
Pre-defined Compiler Macros wiki
hanzz2007/scnlib
scanf for modern C++
hanzz2007/sentry-native
Sentry SDK for C, C++ and native applications.
hanzz2007/simdutf
Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON, AVX-512. Part of Node.js.
hanzz2007/spconv
Spatial Sparse Convolution Library
hanzz2007/tabulate
Table Maker for Modern C++
hanzz2007/text
What a c++ standard Unicode library might look like.
hanzz2007/tokenizers-cpp
Universal cross-platform tokenizers binding to HF and sentencepiece
hanzz2007/uni-algo
Unicode Algorithms Implementation for C/C++
hanzz2007/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs