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

Refactor filters to use a transform pipeline #412

Closed
gregtatum opened this issue Jun 30, 2017 · 1 comment
Closed

Refactor filters to use a transform pipeline #412

gregtatum opened this issue Jun 30, 2017 · 1 comment

Comments

@gregtatum
Copy link
Member

https://github.com/gregtatum/perf.html/tree/transform-pipeline

Right now the ordering of filters is confusing and error prone. This is a small proof of concept for changing the filters into a transform pipeline. This would make it really explicit the order of certain operations, and would allow for manipulating the ids and various pieces of data across the entire pipeline when some piece of the transforms change. In addition the transforms would be stored in one array across every filter, although it may need to be refactored to be one array per thread for proper filtering.

@gregtatum
Copy link
Member Author

This is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant