[MDEV-19702] Refactor Bitmap<N> to be based on ulonglong, not on uint32 Created: 2019-06-06 Updated: 2023-05-16 Resolved: 2019-06-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||
| Description |
|
The goal is more efficient implementation of Bitmap<N> After implementation, specialized template for N=64 should be removed. |