文件名称:stop-optimizing-me:如何不优化某些东西
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-05 05:10:25
Go
停止优化我! 这个github仓库有点像可运行的博客文章? 我保证它会变好。 如果您想避免破坏,请不要立即运行基准测试。 背景故事 我们从以下格式更改了API: { " p_osx " : true , " p_linux " : false , " p_windows " : true , " p_android " : false , " can_be_bought " : true , " has_demo " : false , " in_press_system " : false , } 格式如下: { " traits " : [ " p_osx " , " p_windows " , " can_be_bought " ] } ...占用更少的空间(对人类更友好)。 但是在客户端,我们仍然需要数据表示: 让我们快速查找对象是否
【文件预览】:
stop-optimizing-me-master
----004_struct_handrolled.go(944B)
----003_struct_cachereflect.go(971B)
----benchmark_test.go(3KB)
----002_struct_simplest.go(1KB)
----README.md(26KB)
----001_map_simplest.go(1010B)
----005_unreasonably_custom.go(2KB)