methodmissing
Ops and platform guy, debugger, trail / ultra runner. I also make things. And many mistakes. I believe in balance. Am addicted to muesli.
@bear-metal @Shopify @TuneMyGC Funchal, Madeira, Portugal
methodmissing's Stars
JonathanSalwan/Triton
Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
zyantific/zydis
Fast and lightweight x86/x86-64 disassembler and code generation library
namhyung/uftrace
Function graph tracer for C/C++/Rust/Python
mjansson/rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
scanmem/scanmem
memory scanner for Linux
dyninst/dyninst
DyninstAPI: Tools for binary instrumentation, analysis, and modification.
nenadmarkus/pico
A minimalistic framework for real-time object detection (with a pre-trained face detector)
ned14/nedmalloc
An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch itself into existing binaries on Windows.
NickStrupat/CacheLineSize
A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure
bbu/userland-slab-allocator
A carefully optimised, POSIX-compatible slab allocator for userspace.
jingpu/pintools
jppbsi/LibOPT
LibOPT is an optimization library developed in C language for the development of meta-heuristic-based techniques.
naskitis/Cache-Conscious-Data-Structures
The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.
polymorf/HeapView
Tool to view heap chunks and memory writes (using pintool)
seemk/FastHumanDetection
Human detection in depth images using histograms of oriented gradients
trigonak/ssmp
ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.
mkchoi212/bitbuf
C API for creation and analysis of binary data
gilzoide/pega-texto
Single-file Parsing Expression Grammars (PEG) runtime engine for C
treveradams/C-ICAP-Classify
This is a content classification module for C-ICAP
attilathedud/mem_scan
POC memory editor that uses the mach_vm kernel calls to scan, read, and write integer memory regions.
alphazero/libclc
Cache Line Container - C11
gabemaiberger/libpqc
Post Quantum Cryptography Library
NRauschmayr/MemoryAccessTracker-MAT
A PIN tool to track memory accesses and their offsets to corresponding memory blocks.
biren15/Improving-cache-performance-by-exploiting-read-write-disparity
- Analysed the data criticality and locality, i.e. cache lines that read versus the cache lines that are only written and exploited the disparity between the read and the write criticality using the proposed Read Write Partitioning, to divide the LLC into two logical partitions for dirty and clean lines. - Implemented the Read Write Partitioning to predict the best partition sizes to increase the likelihood of the future read hits in Simple-Scalar 3.0 and analysed the results of benchmarks of the SPEC CPU2000 suite. - Attained performance improvement in terms of Miss rate reduction by 10% and memory traffic reduction by 20 %. - Compared RWP with the prior state of the art cache management policies and found that RWP outperforms all of them, apart from few outliers. The analysis of the outliers was also performed.
aleitner/libmapstore
store data in preallocated files
edgettek/Cache-Simulator
Cache Simulator that can determine the hit rate, count transactions to main memory, and classify each hit and miss to the cache
ernestrc/slab
storage allocation facilities to eliminate memory fragmentation
RyanLoringCooper/CacheEvaluation
A project for COEN313 at SCU that aims to determine L1 cache size, line size, and associativity, and views the affects of blocking during matrix multiplications.
sahilsd/dynamorio-samples
SebiSebi/DimCache
Measure Cache size and Cache line size.