[PR #2338] [MERGED] fix: Eliminate the O(n2) parsing of the netscape import parsing #2076

Closed
opened 2026-03-02 12:00:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2338
Author: @MohamedBassem
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @MohamedBassem

Base: mainHead: netscape-perf


📝 Commits (2)

  • 716d120 fix: Eliminate the O(n2) parsing of the netscape import parsing
  • fbc73c9 remove unneeded tests

📊 Changes

2 files changed (+351 additions, -34 deletions)

View changed files

packages/shared/import-export/parsers.test.ts (+301 -0)
📝 packages/shared/import-export/parsers.ts (+50 -34)

📄 Description

No description provided


🔄 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/karakeep-app/karakeep/pull/2338 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `netscape-perf` --- ### 📝 Commits (2) - [`716d120`](https://github.com/karakeep-app/karakeep/commit/716d12052d1e993d75f0a637aa58d2765649e37d) fix: Eliminate the O(n2) parsing of the netscape import parsing - [`fbc73c9`](https://github.com/karakeep-app/karakeep/commit/fbc73c983042c97364e1b1ac594337ac4c891811) remove unneeded tests ### 📊 Changes **2 files changed** (+351 additions, -34 deletions) <details> <summary>View changed files</summary> ➕ `packages/shared/import-export/parsers.test.ts` (+301 -0) 📝 `packages/shared/import-export/parsers.ts` (+50 -34) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:27 +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/karakeep#2076
No description provided.