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

Releases: Sewer56/dlang-prs

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

22 Dec 01:19
Compare
Choose a tag to compare

Changelog

  • Improve compression speed by up to 50%.
  • Improve compression ratio to produce optimally sized files, matching their early SEGA game counterparts 1:1 and beating out other public tools.

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

11 Oct 14:59
Compare
Choose a tag to compare

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).

dlang-prs: Simple GUI Drag-Drop Application

19 Sep 18:35
Compare
Choose a tag to compare

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).