Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Change from binary to 16-ary tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Grosse committed Jan 7, 2016
1 parent b9879f5 commit 27b4160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enjarify/jvm/treelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# The first SIZE elements are stored directly, the rest are stored in one of SPLIT subtrees
SIZE = 16
SPLIT = 2
SPLIT = 16

# This class represents a list as a persistent n-ary tree
# This has much slower access and updates than a real list but has the advantage
Expand Down

0 comments on commit 27b4160

Please sign in to comment.