zebrapack
ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema. Strong typing. Well documented (and msgpack2 compatible) format so other languages can be readily supported. See also https://github.com/glycerine/greenpack for a more recent alternative. Docs:
파일 탐색기
최종 버전 다운로드 (.zip)- def.go
- gen_test.go
- issue94.go
- omitempty_test.go
- search.sh
- self.go
- config.go
- annot_test.go
- capidtag_test.go
- cpfile_test.go
- diff_test.go
- doubleslice_test.go
- go2cpType_test.go
- list_test.go
- listlist_test.go
- marshal_test.go
- nested_test.go
- order_test.go
- ptr_test.go
- save_test.go
- singleslice_test.go
- skip_test.go
- slice_test.go
- struct1_test.go
- types_test.go
- under_test.go
- utilities_for_test.go
- .gitignore
- bam.go
- build.cmd
- cpfile.go
- diff.go
- exists.go
- gettype.go
- goon.go
- ignored_test.go
- ignorespaces.go
- keyw.go
- LICENSE
- main.go
- Makefile
- map_test.go
- pp.go
- README.md
- sort.go
- tdir.go
- time_test.go
- under.go
- verbose.go
- cry.go
- decode.go
- elem.go
- encode.go
- fieldsempty.go
- marshal.go
- omitempty.go
- size.go
- spec.go
- template.go
- templateZid.go
- testgen.go
- unmarshal.go
- advise_linux.go
- advise_other.go
- appengine.go
- circular.go
- defs.go
- defs_test.go
- edit.go
- edit_test.go
- elsize.go
- errors.go
- extension.go
- extension_test.go
- file.go
- file_port.go
- file_test.go
- floatbench_test.go
- integers.go
- json.go
- json_bytes.go
- json_bytes_test.go
- json_test.go
- nilbits.go
- number.go
- number_test.go
- raw_test.go
- read.go
- read_bytes.go
- read_bytes_test.go
- read_test.go
- runtimecfg.go
- size.go
- unsafe.go
- write.go
- write_bytes.go
- write_bytes_test.go
- write_test.go
- directives.go
- getast.go
- getast_test.go
- inline.go
- noload.go
- save.go
- toschema.go
- print.go
- bench.png
- bench_log.png
- benchmark.png
- cgo.png
- defer.png
- flying.png
- gct1.png
- gct2.png
- gct3.png
- gct4.png
- gct5.png
- gctcpu.png
- http.png
- http2.png
- meetups.png
- more.png
- mutex_all.png
- mutex_all_zoom.png
- mutex_noprofile.png
- mutex_procs.png
- mutex_profile.png
- party-gopher.png
- wwg.png
- main.go
- main_test.go
- mutex.out
- mutex.test
- mapcrash.go
- cert.pem
- http2.go
- key.pem
- main.go
- plugin.go
- sort.go
- sort_new.go
- sort_test.go
- json_old.go
- shutdown.go
- gobug.sh
- gofix.go
- gofix.sh
- govet.go
- govet.sh
- depra1
- depra2
- highlights2017go1.8.pdf
- HighlightsFromTheStateofGo.pdf
- readperf
- state-of-go.slide
- structdef
- transform
- writeperf
- zebrapack.slide
- zebrapack_slides_2017feb16.pdf
- headerplus.go
- headerplus_gen.go
- headerplus_gen_test.go
- my.go
- my.z
- my.z.json
- my2.go
- my2_gen.go
- my2_gen_test.go
- my_msgp_gen.go
- schema_test.go
- showzero_test.go
- struct_reuse_test.go
- tomsgp_test.go
- util.go
- zebra.go
- zebra_gen.go
- zebra_gen_test.go
- zebra_zebra.go
- zebra_zebra_test.go
- .gitignore
- .travis.yml
- LICENSE
- main.go
- Makefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/glycerine/zebrapack
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd zebrapack
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
