You might be able to accelerate the CRC calculation with very little effort; I've dealt with this recently, here is my experience:
A *lot* of implementations you'll find online are obsolete (e.g. the one found in the boost-library) and use the 1byte-at-a-time (256 LUT entries) or even 1 nibble-at ...
Search found 2 matches
- Fri Aug 15, 2014 8:30 pm
- Forum: News
- Topic: Friday Facts #47 - CRC fun
- Replies: 18
- Views: 25070
- Sun Jun 01, 2014 10:12 am
- Forum: News
- Topic: Friday Facts #36
- Replies: 39
- Views: 33069
Re: Friday Facts #36
Not sure if you evaluated this, but CRlibm provides correctly (=> deterministically) rounded math functions (all the C99 ones).
If you're using the LuaJIT implementation (just-in-time compiled Lua, significantly faster than the lua.org implementation), at least the basic floating point operations ...
If you're using the LuaJIT implementation (just-in-time compiled Lua, significantly faster than the lua.org implementation), at least the basic floating point operations ...