Skip to content

Commit 415894b

Browse files
committed
fixup! Increase bucket size to 16 and store bits instead of sizes in nodes.
1 parent e556cfe commit 415894b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/stdlib/src/array.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ beyond the last set entry:
111111
-moduledoc(#{ authors => [~"Richard Carlsson <carlsson.richard@gmail.com>",
112112
~"Dan Gudmundsson <dgud@erix.ericsson.se>"] }).
113113

114+
-compile({inline, [get_max/1]}).
114115

115116
%% Developers:
116117
%%

0 commit comments

Comments
 (0)