Skip to content

Commit

Permalink
Rewrote for speed and consistency
Browse files Browse the repository at this point in the history
~20 times faster
  • Loading branch information
SlowpokeVG committed Aug 28, 2022
1 parent f8cb460 commit 077830e
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 353 deletions.
6 changes: 3 additions & 3 deletions PARC Archive Importer/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
</configuration>
51 changes: 27 additions & 24 deletions PARC Archive Importer/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 077830e

Please sign in to comment.