From e58755f3785e71bb0931687bb4e73a7e3f294ea1 Mon Sep 17 00:00:00 2001 From: kuntz <54650746+kun1z@users.noreply.github.com> Date: Sun, 28 Feb 2021 16:07:32 -0600 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88144ea..a205db2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Maximum Entropy Compressor - Using Probability Hashes w/Hash-Chaining to compres Copyright © 2021 by Brett Kuntz. All rights reserved. -# TEST SOFTWARE +See the /full/ directory for the latest test iteration that compresses & decompresses. Both files are stand-alone and you do not need to compile both for either to work. -# TEST SOFTWARE +Compressing takes about 35 minutes on an EC2 c5.24xlarge machine, decompression takes place in real-time. -# TEST SOFTWARE \ No newline at end of file +Neither the compressor or decompressor require more than a few kilobytes of RAM to operate. They are best implemented on ASIC or GPU. \ No newline at end of file