Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide PMR-aware cetl::function #84

Open
pavel-kirienko opened this issue Jan 9, 2024 · 1 comment
Open

Provide PMR-aware cetl::function #84

pavel-kirienko opened this issue Jan 9, 2024 · 1 comment
Assignees
Labels
component/PMR issues for items under the PMR namespace

Comments

@pavel-kirienko
Copy link
Member

This will probably be based on cetl::any. Unlike std::function, this implementation is PMR-aware and should allow configurable small-object optimization with the option to disable PMR completely, similar to cetl::any.

@pavel-kirienko pavel-kirienko added the component/PMR issues for items under the PMR namespace label Jan 9, 2024
@pavel-kirienko pavel-kirienko self-assigned this Jan 9, 2024
@pavel-kirienko
Copy link
Member Author

Per the call, the PMR support is optional for now (can be retrofitted later if needed). LibCyphal can rely on the small-object optimization only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/PMR issues for items under the PMR namespace
Projects
None yet
Development

No branches or pull requests

2 participants