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

Compact virtual interface dispatches #571

Open
tgiphil opened this issue Jan 19, 2019 · 1 comment
Open

Compact virtual interface dispatches #571

tgiphil opened this issue Jan 19, 2019 · 1 comment

Comments

@tgiphil
Copy link
Member

tgiphil commented Jan 19, 2019

Current interface dispatch tables are too large for low memory platforms. Implement either compact tables that are searched (vs indexed). For search efficiency, the table should utiliize a balanced binary tree (or code the similar performs this by of search).

@tgiphil tgiphil added this to the 2.0 Release milestone Jan 19, 2019
@tgiphil tgiphil self-assigned this Jan 19, 2019
@charsleysa
Copy link
Member

Related: #331 #571

@tgiphil tgiphil changed the title Add Compact Virtual Interface Dispatches Compact virtual interface dispatches Jan 19, 2019
@tgiphil tgiphil modified the milestones: 2.0 Release, 2.1 Release Jan 4, 2020
@tgiphil tgiphil modified the milestones: 2.1 Release, 2.2 Release Sep 28, 2020
@tgiphil tgiphil modified the milestones: 2.2 Release, 2.3 Release Jan 12, 2023
@tgiphil tgiphil modified the milestones: 2.3 Release, 2.4 Release Apr 8, 2023
@tgiphil tgiphil modified the milestones: 2.5 Release, 2.6 Release Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants