Repository Tugas Akhir
- Install Go
- Install Nim
- Choose dataset
- Compile converter
split_financial.nim
andsplit_websearch.num
programs
nim c [nama program].nim
-
Make directory
data
in root directory -
Running compile on dataset and choose
data
as 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
main
and choose one algorithm
./main [algorithm(LRU|CFLRU|LRUWSR)] [file] [trace size]...