Skip to content

0.7.0

Compare
Choose a tag to compare
@jozzzzep jozzzzep released this 24 Nov 14:42
· 201 commits to main since this release
860cebd
  • Added method, fields, and constructors to all EncTypes.
    Now they have all the functionality of their normal version.
    • EncString class changes
      • Added 4 fields
      • Added ≈70 methods
      • Added constructors (4)
      • Added 2 operator overloads for combining strings
    • EncInt & EncLong structs changes
      • Added 2 fields
      • Added 10 methods
      • Added ≈65 operator overloads
    • EncFloat & EncDouble structs changes
      • Added 6 fields
      • Added 10 methods
      • Added ≈75 operator overloads
    • EncDecimal struct changes
      • Added 5 fields
      • Added 10 methods
      • Added ≈90 operator overloads
  • Added the updated types to the benchmark and rebuilt the executable.
  • Added detailed example of using the Benchmark console application.
  • Deleted the WIKI
  • Added a long README that contains all the WIKI content and more.