Temp

7806 bookmarks
Custom sorting
r/zinit
r/zinit
r/zinit: Zinit is a ZSH plugin manager and more originally written by Sebastian Gniazdowski (psprint on GitHub) that offers fast loading times, huge …
·reddit.com·
r/zinit
ss-o - Overview
ss-o - Overview
Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away. - ss-o
·github.com·
ss-o - Overview
johannesjo/super-productivity: To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
johannesjo/super-productivity: To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration - johannesjo/super-productivity: To-do list & time tracker for programm...
·github.com·
johannesjo/super-productivity: To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
(10条消息) Murmurhash-go源码阅读_yuhaoyuan……的博客-CSDN博客
(10条消息) Murmurhash-go源码阅读_yuhaoyuan……的博客-CSDN博客
源码地址:https://github.com/spaolacci/murmur3如何理解它说的原生go实现:底层实现不依赖c和c++的库,只用go的标准库实现。分析一下TestRefStrings中的对于128位的murmur3算法进行分析// New128WithSeed returns a 128-bit hasher set with explicit seed valuefun...
·blog.csdn.net·
(10条消息) Murmurhash-go源码阅读_yuhaoyuan……的博客-CSDN博客
漫谈非加密哈希算法
漫谈非加密哈希算法
哈希算法是一个大杂烩,除了 MD5、SHA1 这一类加密哈希算法(cryptographic hash),还有很多或家喻户晓或寂寂无闻的算法。哈希算法只需满足把一个元素映射到另一个区间的要求。鉴于该要求是如此之低,像 Java 的 hashCode 其实也算一种哈希算法。不过今天当然不会讲 Java 的 hashCode,我们来聊聊一些更具实用性的算法...
·segmentfault.com·
漫谈非加密哈希算法