Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Sereal/Sereal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sapk-fork/Sereal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 10 files changed
  • 7 contributors

Commits on Nov 13, 2020

  1. support omitempty

    sapk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    790fb98 View commit details
    Browse the repository at this point in the history
  2. StructAsMap option

    sapk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6739da1 View commit details
    Browse the repository at this point in the history
  3. fix typos

    sapk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6539ae8 View commit details
    Browse the repository at this point in the history
  4. fix missing file

    sapk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    07f9b2f View commit details
    Browse the repository at this point in the history
  5. write tests

    sapk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    884cc13 View commit details
    Browse the repository at this point in the history
  6. add more tests

    sapk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    a21a3c7 View commit details
    Browse the repository at this point in the history
  7. improve sligthly perf

    name                                old time/op    new time/op    delta
    SomeBench   8.82µs ± 3%    8.38µs ± 2%  -5.00%  (p=0.024 n=3+6)
    name                                old alloc/op   new alloc/op   delta
    SomeBench    4.04kB ± 0%    3.99kB ± 0%  -1.11%  (p=0.000 n=3+6)
    name                                old allocs/op  new allocs/op  delta
    SomeBench      51.0 ± 0%      51.0 ± 0%    ~     (all equal)
    sapk authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c6b153d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request #1 from sapk-fork/add-omitempty-and-struct-as-map

    Add omitempty and struct as map
    gglachant authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    608fd98 View commit details
    Browse the repository at this point in the history
  2. udpate reference to Weborama/sereal and init go.mod (#2)

    * udpate reference to Weborama/sereal and init go.mod
    
    * udpate go mod to 1.16
    sapk authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e0d54c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. adding boolean acceptance for int unmarshall (#3)

    Co-authored-by: Aurore Liandier <[email protected]>
    artemys and Aurore Liandier authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    dcd87a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    f119d41 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. adding int64 exception while decoding float type value (#5)

    Co-authored-by: Aurore Liandier <[email protected]>
    artemys and Aurore Liandier authored May 3, 2021
    Configuration menu
    Copy the full SHA
    3e26a90 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. skip pointer REFN in StructAsMap mode

    Antoine GIRARD committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9b9e607 View commit details
    Browse the repository at this point in the history
  2. loop ptr reference

    Antoine GIRARD committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a30e6fc View commit details
    Browse the repository at this point in the history
  3. cleanup

    Antoine GIRARD committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6f93c01 View commit details
    Browse the repository at this point in the history
  4. more precise

    Antoine GIRARD committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9b2d64e View commit details
    Browse the repository at this point in the history
  5. more precise

    Antoine GIRARD committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e020fb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from sapk-fork/fix-perl-compat

    Fix perl compat by skipping pointer ref in StructAsMap mode.
    peczenyj authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e2acfce View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge remote-tracking branch 'sereal/master'

    Antoine GIRARD committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    6b5a9f3 View commit details
    Browse the repository at this point in the history
Loading