Raul Fernandes db9052e37f Optimize function xcrush_copy_bytes()
Use memcpy to copy the bytes when we can assure that the memory areas does not overlap.
When the areas overlap, copy the area that doesn't overlap repeatly.
With this change, the copy is ~30x faster.
2020-04-25 16:25:36 +02:00
..
2019-12-02 10:57:31 +01:00
2019-12-02 10:57:31 +01:00
2020-02-18 11:13:52 +01:00
2020-01-23 10:12:12 +01:00
2020-04-25 16:25:36 +02:00