Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/kolmodin/binary. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 13, 2019
  2. Aug 06, 2018
  3. Aug 04, 2018
  4. Aug 02, 2018
  5. Aug 01, 2018
  6. Jun 07, 2018
  7. Nov 06, 2017
  8. Apr 02, 2017
  9. Mar 13, 2017
  10. Feb 15, 2017
  11. Sep 21, 2016
  12. Jul 07, 2016
  13. Jun 03, 2016
  14. May 27, 2016
  15. May 25, 2016
  16. May 21, 2016
  17. May 01, 2016
  18. Apr 30, 2016
  19. Apr 19, 2016
    • Lennart Kolmodin's avatar
      Bump version to 0.8.3.0. · 38aef85a
      Lennart Kolmodin authored
      Next version won't be 0.9.0.0 as previously stated. Looks like no changes
      should be breaking, except for the semi public API in
      Data.Binary.Builder.Internal which now has been removed.
      
      Also remove GHC 7.6.3 from 'tested-with'. It was removed from Travis CI since
      its dependencies doesn't build.
  20. Apr 11, 2016
  21. Apr 03, 2016
  22. Mar 27, 2016
  23. Feb 08, 2016
  24. Feb 02, 2016
  25. Jan 21, 2016
  26. Dec 20, 2015
  27. Nov 12, 2015
  28. Nov 11, 2015
  29. Oct 23, 2015
  30. Aug 13, 2015
    • Lennart Kolmodin's avatar
      Add benchmark for Generic generated Binary instances. · 6ab893a8
      Lennart Kolmodin authored
      We use Cabal's PackageDescription as the type to serialize. It is large,
      has many levels of data types, and also uses enums and strings. It's a
      good stress test.
      
      GenericsBench defines criterion benchmarks for serialization and
      deserialization.
      
      In GenericsBenchTypes we derive the Binary instances. PackageDescription
      already defines Binary instances for the system installed Binary, but
      naturally this won't work for the benchmark - we need our own instances
      that are derived from the code in this library.
      
      The data to serialize we get from your
      .cabal/package/hackage.haskell.org/ directory, it's data from hackage,
      not autogenerated.
      GenericsBenchCache makes sure that if we rerun the benchmark we will use
      the same PackageDescriptions, even if the user has executed
      'cabal update' since the last benchmark run.
      6ab893a8
Loading