arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[VM/stack] Re-consider the starting values for our StackSize & AttrsSize

Open github-actions[bot] opened this issue 2 years ago • 0 comments

[VM/stack] Re-consider the starting values for our StackSize & AttrsSize

How does it influence the overall performance? This has to be thoroughly tested & benchmarked.

https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/vm/stack.nim#L24

#=======================================

# TODO(VM/stack) Re-consider the starting values for our StackSize & AttrsSize
#  How does it influence the overall performance? This has to be thoroughly tested & benchmarked.
#  labels: vm, benchmark, unit-test
const StackSize* = 100000
const AttrsSize* = 10

ndex 4d5268823..439ac02ea 100644
++ b/src/vm/values/comparison.nim

bab8fc0c4c83488baddb36f4313ba807b446a872

github-actions[bot] avatar Aug 03 '22 11:08 github-actions[bot]