Elektrine lite

← Feed

@michalfita@mastodon.social

Post #1888657

2026-04-26 18:41 UTC

@voided Depends, if you're fine with content on the heap, that's relatively simple... with quirks, however. If you want that on the stack... yeah, thinks are getting complicated. 🤔 Or maybe not... depends. I'm open to discuss ideas.

Replies (1)

  • @voided@hachyderm.io 2026-04-26 20:10

    @michalfita one plan I have is that it keeps a thread handle around for a thread which does the de-alloc. for the use case I'm thinking of heap allocated is fine. another version I've had planned was to have event queue style handler

    Open ##1888658