maxtek6 / maxtek6/WebFrame

Better buffering API for message bodies

Open
#25 1 comment 0 reactions 1 assignee View on GitHub

@johnpatek is already working on this.

Since Mar 29, 2026.

enhancement
Dominant language
C++
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Although the direct `read/write` with `uint8_t* data, size_t len` is often a solid API for low level systems, in this particular project it lends itself to excessive copying. This is not a disaster for most applications, but given the amount of copying already present in both wxWidgets and Libevent, buffers should be treated as abstract objects, capable of reading, writing, and mapping, with their concrete implementations being populated with runtime specific data. This would also be an improvement given that both libraries are extremely opinionated in how they want message data processed, and some common abstraction could hide that.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.