[PR #2029] [MERGED] feat(hashing): Add support for xxhash3 #1985

Closed
opened 2026-02-25 23:31:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/2029
Author: @marcelklehr
Created: 8/13/2025
Status: Merged
Merged: 8/14/2025
Merged by: @marcelklehr

Base: developHead: feat/xxhash3


📝 Commits (1)

  • 31eaa1c feat(hashing): Add support for xxhash3

📊 Changes

10 files changed (+155 additions, -122 deletions)

View changed files

📝 package-lock.json (+138 -115)
📝 package.json (+1 -0)
📝 src/lib/Crypto.ts (+5 -0)
📝 src/lib/LocalTabs.ts (+1 -1)
📝 src/lib/Tree.ts (+5 -1)
📝 src/lib/adapters/Caching.ts (+1 -1)
📝 src/lib/adapters/Karakeep.ts (+1 -1)
📝 src/lib/adapters/Linkwarden.ts (+1 -1)
📝 src/lib/browser/BrowserTree.ts (+1 -1)
📝 src/lib/interfaces/Resource.ts (+1 -1)

📄 Description

Fake adapter benchmark on Firefox (~5k bookmarks) xxHash3 Murmur3 sha256
should handle deep hierarchies with lots of bookmarks 61.326 62.782s 70.387s
should handle fuzzed changes from one client 124.811s 126.245s 150.305s
should handle fuzzed changes from two clients 245.523s 239.926s 267.662s

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/2029 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/14/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feat/xxhash3` --- ### 📝 Commits (1) - [`31eaa1c`](https://github.com/floccusaddon/floccus/commit/31eaa1c060c0a3908f7768c974b5b515a0fe9deb) feat(hashing): Add support for xxhash3 ### 📊 Changes **10 files changed** (+155 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+138 -115) 📝 `package.json` (+1 -0) 📝 `src/lib/Crypto.ts` (+5 -0) 📝 `src/lib/LocalTabs.ts` (+1 -1) 📝 `src/lib/Tree.ts` (+5 -1) 📝 `src/lib/adapters/Caching.ts` (+1 -1) 📝 `src/lib/adapters/Karakeep.ts` (+1 -1) 📝 `src/lib/adapters/Linkwarden.ts` (+1 -1) 📝 `src/lib/browser/BrowserTree.ts` (+1 -1) 📝 `src/lib/interfaces/Resource.ts` (+1 -1) </details> ### 📄 Description |Fake adapter benchmark on Firefox (~5k bookmarks)|xxHash3|Murmur3|sha256| |-|-|-|-| |should handle deep hierarchies with lots of bookmarks|61.326|62.782s|70.387s| |should handle fuzzed changes from one client|124.811s|126.245s|150.305s| |should handle fuzzed changes from two clients|245.523s|239.926s|267.662s| --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1985
No description provided.