Skip to content

0.6.0

Compare
Choose a tag to compare
@jozzzzep jozzzzep released this 14 Nov 22:52
· 225 commits to main since this release
a9d68a5
  • Changed the repository's name to VarEnc from Variable-Encryption
  • Recreated the benchmarking console application.
    • The results of the benchmark are more detailed now (it writes in percentage how well the better type performed)
    • Instead of picking two variable types to compare, you just need to choose the EncType against its normal version from a list of all the comparisons you can make (EncInt vs int, EncDouble vs double, etc).
    • Now you won't choose the number of tests and changes in a benchmark. You just need to pick how long you want the benchmark to be (Fastest, Very Fast, Fast, Normal, Medium, Long, Very Long). After that, just pick a benchmark preset from the list and wait for it to finish.
  • Added some images for every page in the WIKI
  • Removed the benchmark's solution (Will come back when it's finished)
  • The main README has been rewritten.
  • Deleted the "Notes" folder (just contained the content of these patch notes)