102 ms·
Does this sound interesting: http://llvm.org/docs/ProgrammersManual.html#llvm-adt-indexedmap-h http://llvm.org/docs/ProgrammersManual.html#llvm-adt-indexed...
by jdoerfert 7y ago
Does this sound interesting:
http://llvm.org/docs/ProgrammersManual.html#llvm-adt-indexedmap-h http://llvm.org/docs/ProgrammersManual.html#llvm-adt-indexed...
http://llvm.org/doxygen/IndexedMap_8h_source.html http://llvm.org/doxygen/IndexedMap_8h_source.html
- renox 7y agoI will have a look thanks. I think I'll implement it with two arrays one for keys one for values and a loop to find the key index, then return the corresponding value It may be better to fully unroll the loop, I'll have to benchmark this. SSE may be interesting too.