Allocating 256 bytes for every allocation actually isn't wise #63
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Cytoplasm#63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In a
roomwerk
session, I've noticed memory usages as high as in the ~2GB. After some digging, I've realised it's #33 just backfiring on me.An interning solution could be interesting, as noted here. We don't need to be fast at looking up, but we need to be at insertions.
Wow, 2GB is a lot. So much for Telodendria being lightweight, haha. But yeah, I'm not surprised, I kind of figured that PR would cause some problems for us down the road.
I'd say the next step for Cytoplasm should definitely be fixing our string issues. I also want to give some much needed attention to the HTTP server. Once I get through the next semester or two of university, I'm hoping I will have the time to dedicate to these things.
Of course, you're more than welcome to start on it before I get to it, but if you're okay with the memory usage for now in development, we can get things cleaned up before a release.