You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: