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
"test" by "walkingeye" | |
First Room is a room. "Welcome to the First Room." | |
A magic-spell is a kind of backdrop. | |
active-spells is a list of magic-spells that varies. | |
frotz is a magic-spell. It is everywhere. |
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 Node { | |
constructor(area, itemCount, smallKeyCount, dungeonPrizeCount) { | |
this.area_ = area; | |
this.itemCount_ = itemCount; | |
this.smallKeyCount_ = smallKeyCount; | |
this.dungeonPrizeCount_ = dungeonPrizeCount; | |
this.edgesOut_ = []; | |
} | |
}; |
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
$ benchcmp.exe old.txt new.txt | |
benchcmp is deprecated in favor of benchstat: https://pkg.go.dev/golang.org/x/perf/cmd/benchstat | |
benchmark old ns/op new ns/op delta | |
BenchmarkCodeEncoder-12 1353046 1336969 -1.19% | |
BenchmarkCodeMarshal-12 1426484 1437951 +0.80% | |
BenchmarkMarshalBytes/32-12 253 264 +4.35% | |
BenchmarkMarshalBytes/256-12 676 689 +1.92% | |
BenchmarkMarshalBytes/4096-12 6353 6363 +0.16% | |
BenchmarkCodeDecoder-12 6308452 6312691 +0.07% | |
BenchmarkUnicodeDecoder-12 310 314 +1.29% |
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
undefined4 FUN_00012c2a(void) | |
{ | |
ushort uVar1; | |
uint *puVar2; | |
undefined4 in_D0; | |
short sVar5; | |
uint uVar3; | |
undefined2 uVar6; | |
undefined4 uVar4; |