mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
James Snyder
5a6a4d017e
Switch byte copying in buf.c to a Duff's device. This seems to work as well
for me as memcpy did. Check out inc/utils.h, since this Duff's device is implemented as a macro which could be used for unrolling other loops selectively.
The project documentation is located in the docs/ subdirectory.
Languages
C
96.8%
Lua
1.4%
Assembly
1.1%
HTML
0.7%