This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weekly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weekly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2023.12 new=2024.01 class Data {has int32 $.a; has uint32 $.hashlen; has Buf $.salt}; my $hashlen = 32; my $salt = Buf.new; for 1 .. 20000 { my $meta = Data.new(:$hashlen, :$salt); my $hl := $meta.hashlen; die "oh no " if $hl != 32}; say "ok"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Data {has int32 $.a; has uint32 $.hashlen; has Buf $.salt}; my $hashlen = 32; my $salt = Buf.new; for 1 .. 20000 { my $meta = Data.new(:$hashlen, :$salt); my $hl := $meta.hashlen; die "oh no " if $hl != 32}; say "ok"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Data {has int32 $.a; has uint32 $.hashlen; has Buf $.salt}; my $hashlen = 32; my $salt = Buf.new; for 1 .. 20000 { my $meta = Data.new(:$hashlen, :$salt); my $hl := $meta.hashlen; die "oh no " if $hl != 32}; say "ok"; |
NewerOlder