Hacker News
- Show HN: Geometry-aware Hashing of GeoJSON objects https://altayakkus.dev/2024/05/26/geometry-aware-hashing/ 6 comments
- Converting objects to hash signatures in JavaScript https://kuby.ca/converting-objects-to-hash-signatures-in-javascript/ 17 comments
- An Object is not a Hash http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/ 73 comments
- Ohm 0.1.0 released - Object Hash Mapper for Redis http://blog.citrusbyte.com/2010/10/01/whats-new-in-ohm-0-1-0/ 5 comments
- Gibbler: Git-like hashes for Ruby objects http://code.google.com/p/gibbler/ 2 comments
- Gibbler: Git-like Hashes and History for Ruby Objects http://www.rubyinside.com/gibbler-git-like-hashes-and-history-for-ruby-objects-1980.html 5 comments
- Interval hash tree: efficient index structure for searching object in large DBs [pdf] http://www.almaden.ibm.com/cs/people/stf/papers/caivd99.pdf 5 comments
- HashValue: an object for holding MD5 and SHA hashes http://cocoawithlove.com/2009/07/hashvalue-object-for-holding-md5-and.html 6 comments
- How to Hash Objects Without Repetition https://blog.infotraining.pl/how-to-hash-objects-without-repetition 13 comments cpp
- Perl/Ruby Style Hashes vs Full Objects https://github.com/owl-language/owl 9 comments programminglanguages
- Necromancer gem - convert strings to ranges, arrays, hashes and other objects https://github.com/piotrmurach/necromancer 4 comments ruby
- An Object is not a Hash https://www.pixelstech.cn/article/1326986170-an-object-is-not-a-hash 38 comments javascript
- Creating Ruby objects with Hashes https://medium.com/@kevinyckim33/c5e2482ba208 7 comments ruby
- git objects, sha1, and node.js crypto checksum hash differences http://git-scm.com/book/en/Git-Internals-Git-Objects 3 comments learnprogramming
- Dish, a Gem for simple conversion of hashes into plain Ruby objects. https://github.com/lassebunk/dish 5 comments ruby
- I want to create an object like the window.location, that parses a url (string) and spits out an object with all the parts as a hash object, how to? http://badassery.blogspot.com/2007/02/parseuri-split-urls-in-javascript.html 23 comments javascript
- Objects are not Hash Tables http://gbracha.blogspot.com/2009/11/objects-are-not-hash-tables.html 31 comments programming
- Javascript objects only let you use strings as keys. Here's a real hash table implementation. http://www.timdown.co.uk/jshashtable/ 4 comments javascript