Skip to content

Commit

Permalink
Faster UID hashes (#5683)
Browse files Browse the repository at this point in the history
* hash with murmur

* snaps

* hash with 128

* snaps

* fix some broken tests

* fix one more

* some test fixes

* more fixes

* more fixes

* more fixes

* more fixes

* another one
  • Loading branch information
ruggi authored May 16, 2024
1 parent 0379045 commit c053a3d
Show file tree
Hide file tree
Showing 34 changed files with 1,319 additions and 1,313 deletions.
6 changes: 3 additions & 3 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@
"mime-types": "2.1.24",
"minimatch": "3.0.4",
"moize": "6.1.4",
"murmurhash3js": "3.0.1",
"node-diff3": "3.1.2",
"node-html-parser": "1.2.20",
"npm-package-arg": "8.1.5",
"object-hash": "2.0.3",
"object-path": "0.11.4",
"object-path-immutable": "3.0.0",
"onigasm": "2.2.4",
Expand Down Expand Up @@ -274,8 +274,8 @@
"url-join": "4.0.1",
"use-context-selector": "1.3.9",
"utopia-api": "link:../utopia-api",
"utopia-vscode-common": "link:../utopia-vscode-common",
"utopia-shared": "link:../utopia-shared",
"utopia-vscode-common": "link:../utopia-vscode-common",
"uuid": "8.3.2",
"xstate": "4.23.1",
"yjs": "13.6.8",
Expand Down Expand Up @@ -321,8 +321,8 @@
"@types/mime-types": "2.1.0",
"@types/minimatch": "3.0.4",
"@types/mocha": "^9.0.0",
"@types/murmurhash3js": "3.0.7",
"@types/node-fetch": "2.5.11",
"@types/object-hash": "1.3.4",
"@types/object-path": "0.9.29",
"@types/path-browserify": "1.0.0",
"@types/path-parse": "1.0.19",
Expand Down
26 changes: 13 additions & 13 deletions editor/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c053a3d

Please sign in to comment.