-
Notifications
You must be signed in to change notification settings - Fork 431
Comparing changes
Open a pull request
base repository: mailru/easyjson
base: master
head repository: cyralinc/easyjson
compare: main
Commits on Apr 27, 2022
-
Reuse bufs slice instead of trowing away every time
Just shrink it instead of discarding. Signed-off-by: Frediano Ziglio <fziglio@cyral.com>
Frediano Ziglio committedApr 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 3a9213b - Browse repository at this point
Copy the full SHA 3a9213bView commit details -
Avoid extra allocation using buffer pools
Inserting directly a slice into a sync.Pool object caused the allocation for an extra object every Put call. Avoid it using unsafe.Pointer to the underlying array. Signed-off-by: Frediano Ziglio <fziglio@cyral.com>
Frediano Ziglio committedApr 27, 2022 Configuration menu - View commit details
-
Copy full SHA for f72c827 - Browse repository at this point
Copy the full SHA f72c827View commit details
Commits on Apr 28, 2022
-
Reuse Buffer.bufs to dump Buffer instead of allocating new slice
Try to reuse that slice if possible. If not it won't increase the number of allocations. Signed-off-by: Frediano Ziglio <fziglio@cyral.com>
Frediano Ziglio committedApr 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 4f2b7a0 - Browse repository at this point
Copy the full SHA 4f2b7a0View commit details
Commits on May 4, 2022
-
Add dummy package to test for our changes
Will allow to check if the replace is in place.
Frediano Ziglio committedMay 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 40a00a0 - Browse repository at this point
Copy the full SHA 40a00a0View commit details
Commits on May 22, 2022
-
Replace all references to mailru with cyralinc
sed -i 's/"github.com\/mailru\/easyjson/"github.com\/cyralinc\/easyjson/g' `find ./ -name \*.go` sed -i 's/github.com\/mailru\/easyjson/github.com\/cyralinc\/easyjson/g' `find ./ -name go.mod`
Pramod Chandraiah committedMay 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 7bfec11 - Browse repository at this point
Copy the full SHA 7bfec11View commit details
Commits on May 23, 2022
-
replace mailru reference in testdata
Pramod Chandraiah committedMay 23, 2022 Configuration menu - View commit details
-
Copy full SHA for ea1cb35 - Browse repository at this point
Copy the full SHA ea1cb35View commit details
Commits on May 24, 2022
-
Merge pull request #2 from cyralinc/pramodc/use-cyralinc
Replace all references to mailru with cyralinc
Pramod Chandraiah authoredMay 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 38b7f38 - Browse repository at this point
Copy the full SHA 38b7f38View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1dd1fe9 - Browse repository at this point
Copy the full SHA 1dd1fe9View commit details
Commits on Feb 14, 2025
-
Rodolfo Reitz committed
Feb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 4f9a806 - Browse repository at this point
Copy the full SHA 4f9a806View commit details -
Rodolfo Reitz committed
Feb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for aaf5d7f - Browse repository at this point
Copy the full SHA aaf5d7fView commit details -
Rodolfo Reitz committed
Feb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for ace919b - Browse repository at this point
Copy the full SHA ace919bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ede7f7 - Browse repository at this point
Copy the full SHA 1ede7f7View commit details -
Rodolfo Reitz committed
Feb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 5f2d18b - Browse repository at this point
Copy the full SHA 5f2d18bView commit details -
Rodolfo Reitz committed
Feb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 9ce4816 - Browse repository at this point
Copy the full SHA 9ce4816View commit details -
Rodolfo Reitz committed
Feb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 366e1e0 - Browse repository at this point
Copy the full SHA 366e1e0View commit details -
remove build check on ubuntu20.04 ppc64le
Rodolfo Reitz committedFeb 14, 2025 Configuration menu - View commit details
-
Copy full SHA for f2172ee - Browse repository at this point
Copy the full SHA f2172eeView commit details -
ENG-14840: Ignore harmless sec warnings
ENG-14840: Ignore harmless sec warnings
Configuration menu - View commit details
-
Copy full SHA for 51ffa73 - Browse repository at this point
Copy the full SHA 51ffa73View commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b9d2efd - Browse repository at this point
Copy the full SHA b9d2efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c25fe4b - Browse repository at this point
Copy the full SHA c25fe4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3962994 - Browse repository at this point
Copy the full SHA 3962994View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d90f1 - Browse repository at this point
Copy the full SHA f6d90f1View commit details -
Merge pull request #5 from cyralinc/depedencies/bump/49a06880-f037-11…
…ef-86c5-77ff55900679 Updating all Golang Dependencies
Configuration menu - View commit details
-
Copy full SHA for cc119c7 - Browse repository at this point
Copy the full SHA cc119c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a6dfa - Browse repository at this point
Copy the full SHA 63a6dfaView commit details
There are no files selected for viewing