Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Create Email/set metadata directly, avoid parsing the generated raw message to obtain it. #4

Open
mdecimus opened this issue Sep 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mdecimus
Copy link
Member

Issue: Currently when a message is created using the Email/set method, for simplicity reasons the message metadata is created by parsing the raw message generated by mail-builder.

Fix: Avoid this performance penalty by directly creating the message metadata.

@mdecimus mdecimus added the enhancement New feature or request label Sep 15, 2022
@dumblob
Copy link

dumblob commented Oct 4, 2022

I would guess this penalty is much less of an issue than most other tickets in this tracker 😉.

Actually paying for slightly more performant CPU is usually much cheaper than waiting for this optimization to land (assuming sane project management which will prioritize other really important features before this minor perf optimization).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants