[PR #41] [MERGED] Convert shared string table from hash to RB tree. #405

Closed
opened 2026-05-05 12:15:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/41
Author: @mrenters
Created: 12/11/2015
Status: Merged
Merged: 12/11/2015
Merged by: @jmcnamara

Base: devHead: rb_sst


📝 Commits (1)

  • 49aa679 Convert shared string table from hash to RB tree.

📊 Changes

2 files changed (+61 additions, -118 deletions)

View changed files

📝 include/xlsxwriter/shared_strings.h (+14 -13)
📝 src/shared_strings.c (+47 -105)

📄 Description

Resubmit on dev branch. This speeds up performance of there shared string table with many shared strings.


🔄 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/jmcnamara/libxlsxwriter/pull/41 **Author:** [@mrenters](https://github.com/mrenters) **Created:** 12/11/2015 **Status:** ✅ Merged **Merged:** 12/11/2015 **Merged by:** [@jmcnamara](https://github.com/jmcnamara) **Base:** `dev` ← **Head:** `rb_sst` --- ### 📝 Commits (1) - [`49aa679`](https://github.com/jmcnamara/libxlsxwriter/commit/49aa679e8fd5d6ae9d725338c6c61fe7c6d8fae3) Convert shared string table from hash to RB tree. ### 📊 Changes **2 files changed** (+61 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `include/xlsxwriter/shared_strings.h` (+14 -13) 📝 `src/shared_strings.c` (+47 -105) </details> ### 📄 Description Resubmit on dev branch. This speeds up performance of there shared string table with many shared strings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:15:04 -06: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: github-starred/libxlsxwriter#405
No description provided.