文件名称:go-flatbuffers-example:FlatBuffers的示例应用
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 17:10:10
Go
$ GOPATH=$(pwd) go run main.go && GOPATH=$(pwd) go test -test.bench=. Arthur Dent has id 42. The encoded data is 48 bytes long. testing: warning: no tests to run PASS BenchmarkWrite-4 10000000 214 ns/op 223.35 MB/s 0 B/op 0 allocs/op BenchmarkRead-4 20000000 72.4 ns/op 662.90 MB/s 0 B/op 0 allocs/op Ben
【文件预览】:
go-flatbuffers-example-master
----main_test.go(1KB)
----src()
--------github.com()
----users()
--------User.go(1KB)
----main.go(1KB)
----myschema.fbs(93B)
----README.md(524B)