libgpuvm icon indicating copy to clipboard operation
libgpuvm copied to clipboard

use balancing trees for maps used inside libgpuvm

Open canonizer opened this issue 14 years ago • 0 comments

use balancing trees (i.e., AVL trees) for maps inside libgpuvm. Such maps include mapping ranges to regions and mapping thread ids to per-thread locking semaphores. AVL trees will increase performance mildly

canonizer avatar Nov 06 '11 20:11 canonizer