Next | Query returned 4 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2022-03-06 08:51:11 by Nia Alarie | Files touched by this commit (4) | Package updated
Log message:
lua-lanes: update to 3.16.0

Changes:
- fix require() wrapper to return all values returned by original require()
- Lanes no longer relies on malloc/free for internal allocations, but uses the \ 
primary alloc function from the master Lua state (excepted for LuaJIT flavors, \ 
because the allocator seems to assume that it won't be used oustide the Lua \ 
state).
- __lanesclone is now called only once with 3 parameters dest, source, size \ 
-> BREAKS CUSTOM DEEP USERDATA API
   2021-10-26 13:10:38 by Nia Alarie | Files touched by this commit (29)
Log message:
parallel: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:46:48 by Nia Alarie | Files touched by this commit (29)
Log message:
parallel: Remove SHA1 hashes for distfiles
   2020-07-11 18:15:09 by Nia Alarie | Files touched by this commit (7)
Log message:
parallel: Add lua-lanes

Lua Lanes is a Lua extension library providing the possibility to run multiple
Lua states in parallel. It is intended to be used for optimizing performance
on multicore CPUs and to study ways to make Lua programs naturally parallel
to begin with.

Next | Query returned 4 messages, browsing 1 to 10 | previous