[MDEV-9758] CHECKSUM TABLE - optimize calling my_checksum with larger chunks Created: 2016-03-18 Updated: 2016-05-01 Resolved: 2016-04-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Fix Version/s: | 10.2.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Sprint: | 10.1.14 |
| Description |
|
Checksum implementations contain optimizations for calculating This optimization calls my_checksum on a larger block of memory Note: I am planning to submit optimized crc32 code soon. |
| Comments |
| Comment by Sergey Vojtovich [ 2016-04-28 ] |
|
serg, this patch looks alright, but I'd like you opinion too. I believe we should shift fix version from 10.1 to 10.2. Also pay attention to my comments in PR#165. |
| Comment by Daniel Black [ 2016-05-01 ] |
|
Thank you serg and svoj. Noted simplification fix and will incorporate concept in future patches. |