diff options
| author | Fuwn <[email protected]> | 2024-06-10 04:02:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-10 04:02:31 -0700 |
| commit | c214feb4a493feb414ab88cbe0a19c4f52ec8f3b (patch) | |
| tree | 0c05a215a31e1bf51b9508642a8f0738ee09ef06 | |
| parent | 43f722b89605d2d6d76810775c243618dd87c4be (diff) | |
| download | para-c214feb4a493feb414ab88cbe0a19c4f52ec8f3b.tar.xz para-c214feb4a493feb414ab88cbe0a19c4f52ec8f3b.zip | |
feat: sample ppms
| -rw-r--r-- | .gitignore | 14 | ||||
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | ppms/mrjohn.ppm | bin | 0 -> 778748 bytes | |||
| -rw-r--r-- | ppms/samplememo_02.ppm | bin | 0 -> 477188 bytes |
4 files changed, 12 insertions, 9 deletions
@@ -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 + @@ -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 Binary files differnew file mode 100644 index 0000000..07bf59d --- /dev/null +++ b/ppms/mrjohn.ppm diff --git a/ppms/samplememo_02.ppm b/ppms/samplememo_02.ppm Binary files differnew file mode 100644 index 0000000..5ca394b --- /dev/null +++ b/ppms/samplememo_02.ppm |