Skip to content

Commit

Permalink
LinkedList is faster with JIT, and PreallocatedArray without it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Oct 20, 2019
1 parent 6839c6f commit 5e82d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tinySelf/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
VERSION = "0.0.1"

# Use MethodStack based on LinkedList (=True) or PreallocatedArray (=False)?
USE_LINKED_LIST_METHOD_STACK = False
# LinkedList is faster with JIT, and PreallocatedArray without it.
USE_LINKED_LIST_METHOD_STACK = True

STDLIB_PATHS = "objects/stdlib.tself:/var/lib/tinySelf/stdlib.tself"

0 comments on commit 5e82d76

Please sign in to comment.