Skip to content

Use buffer in memory instead of file handle for decoder #481

Description

@Denneisk

AdvDupe2 uses a temporary file to store and process the dupe contents as a stream. This works, but adds unnecessary complexity by having to create a file on the actual file system, and can cause problems if there's an issue accessing that file.

Implementing the buffer using Lua might also improve speed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions