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

Update FloodFill interface #58

Merged
merged 3 commits into from
Apr 18, 2018
Merged

Update FloodFill interface #58

merged 3 commits into from
Apr 18, 2018

Commits on Mar 22, 2018

  1. Update FloodFill interface

    Addresses #55
    Current interface is not intuitive:
     - Deprecate confusing interfaces:
       - Filter
       - Writer
       - TypeWriter
     - Replace by:
       - BiPredicate
       - Consumer
     - Deprecate current interfaces and add new interfaces using BiPredicate/Consumer
    
    Also, use only single storage array for coordinate queue. This has potential benefits (cache locality) but needs benchmarking.
    hanslovsky committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    5a1d25a View commit details
    Browse the repository at this point in the history
  2. Reduce size of data to speed-up test

    For 4D, data is only about 1/40 of what it used to be.
    hanslovsky committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    6a4f6b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    3d824d1 View commit details
    Browse the repository at this point in the history