Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
johnhaup pushed 1 commit to main johnhaup/dope-map
- Demo enhancements (#26) * chore: add gh link to demo site * chore: update demo site c71128a
johnhaup created a branch on johnhaup/dope-map
demo-enhancements - Use deep equal objects for Map keys.
johnhaup opened an issue on johnhaup/dope-map
Use one instance of hash vs using temp each hash
create a new hash above dopehashjohnhaup opened an issue on johnhaup/dope-map
Benchmark node, browser, react native
Let's see if we can benchmark the different envs to give a more accurate diffjohnhaup opened an issue on johnhaup/dope-map
Use native hash when in node
- Can we gain some perf using a native hash (xxhash)? - Are current benchmarks representing browser or node?johnhaup closed an issue on johnhaup/dope-map
Benchmark updates
Current benchmarks are misleading, as they don't highlight Map growth vs straight read/write. Also add comparisons for complex deep object keysjohnhaup pushed 1 commit to main johnhaup/dope-map
- feat!: V2 release (#20) * chore: use vitest instead of jest * chore: add dopehash function * feat: use interna... 948bad9
johnhaup created a branch on johnhaup/dope-map
new-array-meths - Use deep equal objects for Map keys.