aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore14
-rw-r--r--README.md7
-rw-r--r--ppms/mrjohn.ppmbin0 -> 778748 bytes
-rw-r--r--ppms/samplememo_02.ppmbin0 -> 477188 bytes
4 files changed, 12 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 70a8db6..ffff1da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,11 +9,13 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
-# IDE
-/.idea/
+# Editor
+.idea
+.vscode
# Development
-*.ppm
-*.gif
-*.json
-*.png
+/*.ppm
+/*.gif
+/*.json
+/*.png
+
diff --git a/README.md b/README.md
index 7a70964..4519ec0 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,11 @@ This implementation is
### Speed
In a 219 frame `.ppm` benchmark, running the command
-`$ para ./samplememo_02.ppm gif samplememo_02.gif` on a twelve-core,
+`$ para ./ppms/samplememo_02.ppm gif samplememo_02.gif` on a twelve-core,
twenty-four-thread Ryzen 9 processor, para took an average of **368.35 milliseconds**,
while ppm-parser took an average of **50.4171397 seconds**.
-Running the command `$ para ./samplememo_02.ppm 0 samplememo_02.png` on a twelve-core,
+Running the command `$ para ./ppms/samplememo_02.ppm 0 samplememo_02.png` on a twelve-core,
twenty-four-thread Ryzen 9 processor, para took an average of **1.875619 milliseconds**,
while ppm-parser took an average of **358.2232 milliseconds**.
@@ -102,7 +102,8 @@ Prebuilt binaries for the latest release may or may not be found
almost as soon as the app was released.
- Midmad and WDLMaster for identifying the adpcm sound codec used.
- [steven](http://www.dsibrew.org/wiki/User:Steven) and
- [yellows8](http://www.dsibrew.org/wiki/User:Yellows8) for the PPM documentation on DSiBrew.
+ [yellows8](http://www.dsibrew.org/wiki/User:Yellows8) for the PPM
+ documentation on DSiBrew.
- [PBSDS](https://github.com/pbsds) for more PPM reverse-engineering, as well as
writing [hatenatools](https://github.com/pbsds/Hatenatools)
diff --git a/ppms/mrjohn.ppm b/ppms/mrjohn.ppm
new file mode 100644
index 0000000..07bf59d
--- /dev/null
+++ b/ppms/mrjohn.ppm
Binary files differ
diff --git a/ppms/samplememo_02.ppm b/ppms/samplememo_02.ppm
new file mode 100644
index 0000000..5ca394b
--- /dev/null
+++ b/ppms/samplememo_02.ppm
Binary files differ