Iterator buffer is small and doesn't resize. #1

Closed
opened 2025-04-13 11:47:52 -04:00 by ookami125 · 1 comment
ookami125 commented 2025-04-13 11:47:52 -04:00 (Migrated from github.com)

9456d51538/src/spacetime/types.zig (L344)

I need to find a good method for making this resizable. Making it to small makes programs fail, making it to big causes zig to run out of stack space.

https://github.com/ookami125/SpacetimeDB-Zig/blob/9456d515380b96f347cee628d81e9de68d50c487/src/spacetime/types.zig#L344 I need to find a good method for making this resizable. Making it to small makes programs fail, making it to big causes zig to run out of stack space.
ookami125 commented 2025-04-17 01:34:00 -04:00 (Migrated from github.com)

This has been made dynamic with the commit 4aa7fc1ff4

This has been made dynamic with the commit https://github.com/ookami125/SpacetimeDB-Zig/commit/4aa7fc1ff453216f213714e82427339a350c0972
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: cieric/SpacetimeDB-Zig#1
No description provided.