[PR #40] [CLOSED] Convert shared string table from hash to RB tree. #407

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

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/40
Author: @mrenters
Created: 12/11/2015
Status: Closed

Base: masterHead: 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

This speeds up generation of spreadsheets with large numbers of 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/40 **Author:** [@mrenters](https://github.com/mrenters) **Created:** 12/11/2015 **Status:** ❌ Closed **Base:** `master` ← **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 This speeds up generation of spreadsheets with large numbers of 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:05 -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#407
No description provided.