Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

dlang-prs: Simple GUI Drag-Drop Application (Update)

Compare
Choose a tag to compare
@Sewer56 Sewer56 released this 11 Oct 14:59
· 34 commits to master since this release

Changelog:

  • Improve C# Wrapper Performance (Minimizing Copying),
  • Scrap AdvanceDLSupport in Wrapper,
  • Add Extra Wrapper Overloads,
  • Convert Wrapper to .NET Standard

By request, the following is a (very) simple WinForms GUI application based on dlang-prs' C# wrapper.
It lets you test the performance and play around with dlang-prs in a very simple manner.

The application is specifically compiled as x64; since x64 compression and decompression times are slightly faster than those of x86 (see Readme).