plar / go-adaptive-radix-tree

Adaptive Radix Trees implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMD support?

prologic opened this issue · comments

Does this library use SIMD instructions as per the original ART paper? It seems Go does in fact support SIMD instructions; See for example this package

SIMD support was not part of the project scope, so the answer is no.