Commit a72e901
committed
Add De Bruijn LUT for future O(1) priority selection
Prepare for O(1) bitmap index lookup by adding a 32-entry De Bruijn
sequence table. The table will be used in later commits to replace
iterative bit scanning. No functional change in this patch.1 parent 34c3c75 commit a72e901
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
340 | 345 | | |
341 | 346 | | |
342 | 347 | | |
| |||
0 commit comments