Repository Tugas Akhir
- Install Go
- Install Nim
- Choose dataset
- Compile converter
split_financial.nimandsplit_websearch.numprograms
nim c [nama program].nim
-
Make directory
datain root directory -
Running compile on dataset and choose
dataas directory target
./[nama program] [dataset] ../data/[output]
- Go get module
go get github.com/petar/GoLLRB
go get github.com/secnot/orderedmap
- Build
main.go
go build main.go
- Running
mainand choose one algorithm
./main [algorithm(LRU|CFLRU|LRUWSR)] [file] [trace size]...