Skip to content

Tags: CHSZLab/AgenticAlgorithmEngineering

Tags

v1.04

Toggle v1.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from CHSZLab/kb/034-graph-partitioning-lp-optim…

…ization

Add KB entry: optimizing LP in graph clustering (1.23x)

v1.03

Toggle v1.03's commit message
Seed knowledge base with 30 performance optimization entries (C++ and…

… Python)

Add entries 004-018 covering C++ techniques (SoA/AoS, branchless programming,
SBO, move semantics, constexpr, false sharing, PGO/LTO, mmap, open-addressing
hash maps, SIMD, loop tiling, bit intrinsics, container preallocation, hot-cold
splitting, string_view) and entries 019-033 covering Python techniques (NumPy
vectorization, __slots__, generators, Numba JIT, multiprocessing, dict/set
lookups, mmap, local variable caching, itertools, struct, preallocation,
string join, deque, array module, Cython). Update INDEX.md with all 30 entries.

v1.02

Toggle v1.02's commit message
Add knowledge base banner image and move section before Usage

v1.01

Toggle v1.01's commit message
Re-add resource contention caveat for parallel runs

v1.0

Toggle v1.0's commit message
Add usage note about bypass permissions mode