Skip to content

Use new string buffer system, to enable arrays rather than linked list. - #201

Merged
turnstep merged 3 commits into
masterfrom
string_buffer
Jul 15, 2026
Merged

Use new string buffer system, to enable arrays rather than linked list.#201
turnstep merged 3 commits into
masterfrom
string_buffer

Conversation

@turnstep

@turnstep turnstep commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Based on the work from #21

Author: Matt Tyson
Co-authored-by: Greg Sabino Mullane

Based on the work from #21

Author: Matt Tyson
Co-authored-by: Greg Sabino Mullane
@turnstep

turnstep commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Looking for reviews, this is a substantial bit of work.

@esabol esabol left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few inline comments...

Since this does a lot of memory allocating, it might be worth doing some valgrind checks?

Comment thread dbdimp.c Outdated
Comment thread dbdimp.c Outdated
Comment thread dbdimp.c Outdated
@turnstep

turnstep commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Valgrind is a good idea, but I was not able to get it working last I tried. That was many years ago, so if I get some free time I will give it another go for 2026.

@esabol esabol left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the risk of being premature, it looks good to me.

@esabol esabol left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks even better!

@turnstep
turnstep merged commit 0b31e92 into master Jul 15, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants