mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
attempt benchmark platform
This commit is contained in:
parent
0a7f7a2772
commit
63f89d73be
6 changed files with 185 additions and 61 deletions
|
@ -14,8 +14,6 @@ const InPlace = enum(u8) {
|
|||
Clone,
|
||||
};
|
||||
|
||||
const HEL = [_]u8{ 'h', 'e', 'l' };
|
||||
|
||||
const SMALL_STR_MAX_LENGTH = small_string_size - 1;
|
||||
const small_string_size = 2 * @sizeOf(usize);
|
||||
const blank_small_string: [@sizeOf(RocStr)]u8 = init_blank_small_string(small_string_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue