pocketlang/tests/benchmarks/list
Thakee Nathees 6a22653263 Minor code enhancements (read bellow)
- Warnings were fixed
- Libraries are registered internally when PKVM created
  and cleanedup when PKVM freed (if PK_NO_LIBS not defined)
- Lang.clock() moved to time module and sleep, epoch time
  were added.
- Support both upper case and lower case hex literals
- Support hex excaped characters inside strings (ex: "\x41")
- Native api for import modules added `pkImportModule(...)`
- pkAllocString, pkDeallocString are changed to pkRealloc.
- NewInstance, DeleteInstance functions now take PKVM however
  delete function should not allocate any memory since it's
  invoked at the GC execution.
2022-05-21 04:15:30 +05:30
..
list.js fix(bench): do not double-reverse in list.js file (#133) 2021-06-24 11:43:17 +05:30
list.lua fiber stored as register variable 2022-04-14 08:01:16 +05:30
list.pk Minor code enhancements (read bellow) 2022-05-21 04:15:30 +05:30
list.py fiber stored as register variable 2022-04-14 08:01:16 +05:30
list.rb fiber stored as register variable 2022-04-14 08:01:16 +05:30
list.wren fiber stored as register variable 2022-04-14 08:01:16 +05:30