COW/lazy copying of lua tables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: COW/lazy copying of lua tables
 
- From: cynthia powers <powcyn@...>
 
- Date: 2012年2月21日 13:11:37 -0500
 
Hi,
Is there any version of lua that supports a lazy copying/cow implementation of lua tables?
All implementation I see does shallow copying.
Thanks!