
Posts
10x Faster C++ String Split
How to split a string 10x faster in C++
What’s Wrong with std::string
Problems with std::string and how to solve them
Python에서 매개 변수 파싱 최적화를 통한 35% 성능 향상
Python의 함수를 호출할 때, 어떤 방식을 사용해서 매개 변수를 파싱하냐에 따라 성능은 크게 변합니다. 함수가 같은 로직을 수행하더라도 말이죠..!
Vector Cosine Distance in JavaScript
Various methods to calculate cosine distance in JavaScript
Python, C, Assembly - 2,500x Faster Cosine Similarity
Python, C, 그리고 어셈블리까지—코사인 유사도 연산을 2,500배 빠르게 최적화한 과정을 단계별로 설명합니다. 실제 오픈소스 벡터 검색 라이브러리의 성능 개선 사례와 함께, 각 언어별 구현, SIMD, AVX-512, 분기 최소화 등 다양한 최적화 기법을 소개합니다.
String utilities with SIMD
Searching for substrings with SIMD and Pseudo-SIMD
SIMD Instruction
Single Instruction, Multiple Data.