Peter Dimov
@pdimov2
Epistemic Trespasser. Principal Operator of C++.
ID: 390210891
http://www.pdimov.com 13-10-2011 16:48:46
20,20K Tweet
582 Followers
326 Following
I did a project on making an optimized implementation of the S+ tree. The result is 40x speedup over plain binary search! It builds on Algorithmica's post on S-trees and the famous paper "Array layouts for comparison based searching" by Paul Khuong ([email protected]). 🧵 curiouscoding.nl/posts/static-s…
A string library beating OpenCV at image processing by 4x?! It happened when Vladimir Iglovikov integrated StringZilla into Albumentations (100M+ downloads) last year Sometimes the best image processing solution... isn't about images at all 😎 ashvardanian.com/posts/image-pr…
Did you know that ClickHouse uses more than 20 Boost libraries! Algorithm, Any, CircularBuffer, Container, StringAlgo, Context, Convert, Core, DynamicBitset, ContainerHash, Geometry, Heap, Integer, Intrusive, IOStreams, LexicalCast, Locale, Math, MultiIndex, Multiprecision,