Path to this page:
./
parallel/lua-lanes,
Lightweight, native, lazy evaluating multithreading library for Lua
Branch: CURRENT,
Version: 3.16.0,
Package name: lua54-lanes-3.16.0,
Maintainer: pkgsrc-usersLua 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.
Required to run:[
lang/lua53]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 251.899 KB
Version history: (Expand)
- (2023-02-09) Updated to version: lua54-lanes-3.16.0
- (2022-03-06) Updated to version: lua53-lanes-3.16.0
- (2020-07-12) Package added to pkgsrc.se, version lua53-lanes-3.13.0 (created)
CVS history: (Expand)
2022-03-06 08:51:11 by Nia Alarie | Files touched by this commit (4) | |
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.
|