Skip to content

Feature Request: Consistent use of default = FluidDefaultAllocator() on algorithm constructors #244

Open
@AlexHarker

Description

@AlexHarker

Is your feature request related to a problem? Please describe the problem.

Code is inconsistent in the use of = FluidDefaultAllocator() as a default argument on algorithm constructors

Describe the solution you'd like to see.

For the usage to be consistent. The advantage of no default argument is that it reduces the risk of accidental usage of the default allocator. The disadvantage is that it requires a specific choice for all uses of the algorithms.

If @weefuzzy can provide a preference the consistency could easily be ensured by others.

Describe alternatives you've considered

None (expcept that it stays as it is)

Additional context

That's quite enough context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions