Implementing strcmp, strlen, and strstr using SSE 4.2 instructions - strchr.com
january 2013 by jm
Using new Intel Core i7 instructions to speed up string manipulation. Fascinating stuff. SSE ftw
sse
optimization
simd
assembly
intel
i7
intel-core
strstr
strings
string-matching
strchr
strlen
coding
january 2013 by jm
"Source Code Optimisation", Felix von Leitner, Linux Kongress 2009 [PDF]
november 2009 by jm
Good presentation on C compiler optimization, via Cal Henderson. 'People often write less readable code because they think it will produce faster code. Unfortunately, in most cases, the code will not be faster.' I particularly like 'Fancy-Schmancy Algorithms': 'If you have 10-100 elements, use a list, not a red-black tree; Fancy data structures help on paper, but rarely in reality. (More space overhead in the data structure, less L2 cache left for actual data.)'
via:iamcal
compilers
c
c++
optimization
coding
assembly
speed
from delicious
november 2009 by jm
Copy this bookmark: