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

Implement FastList type for Struct list fields #255

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

ogarokpeter
Copy link
Collaborator

CSP users can opt in to use FastList by annotating their Struct list fields as FastList[T}. FastList implements all Python list methods, almost all natively in C++, thus allowing speed up list operations by minimizing conversion overhead.

Copy link
Collaborator

@AdamGlustein AdamGlustein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go once we add docs

@ogarokpeter ogarokpeter force-pushed the feature/fastlist branch 2 times, most recently from bdc5688 to efc3e05 Compare May 24, 2024 17:59
Signed-off-by: Petr Ogarok <petr.ogarok@point72.com>
@AdamGlustein AdamGlustein self-requested a review May 24, 2024 19:59
@ogarokpeter ogarokpeter merged commit dbb1566 into main May 24, 2024
30 checks passed
@ogarokpeter ogarokpeter deleted the feature/fastlist branch May 24, 2024 20:00
@timkpaine timkpaine added the type: enhancement Issues and PRs related to improvements to existing features label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Issues and PRs related to improvements to existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants