-
Notifications
You must be signed in to change notification settings - Fork 259
Add a minimal msgpack serialiser for ccf #7866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cjen1-msft
wants to merge
30
commits into
microsoft:main
Choose a base branch
from
cjen1-msft:msgpack
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,812
−5
Open
Changes from 12 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e8feb19
Add msgpack
cjen1-msft bc73a10
Include testing for binary and eventtime
cjen1-msft 07b5343
picobench for msgpack encode
cjen1-msft 4060593
Fix MessagePack encoder edge cases
cjen1-msft 213183a
snagging
cjen1-msft 6deb9ec
Fix MessagePack benchmark build
cjen1-msft 985d17b
Fix MessagePack CI checks
cjen1-msft e544768
Remove MessagePack benchmark
cjen1-msft 962a8e6
Merge branch 'main' into msgpack
cjen1-msft 5e41242
Merge branch 'main' into msgpack
cjen1-msft ffc0f49
Merge branch 'main' into msgpack
cjen1-msft defeb60
Pull fluentd event time to its own header
cjen1-msft 79ecc11
Merge branch 'main' into msgpack
cjen1-msft e8aae62
remove client_out.txt tmpfile
cjen1-msft d8b26b0
Merge branch 'main' into msgpack
cjen1-msft 687ff7a
Merge branch 'main' into msgpack
achamayou b940946
Optimize MessagePack buffer writes
achamayou 74c9ac6
fixup testing
cjen1-msft fdecf14
Prevent crashes when a string-view points into the buffer during writ…
cjen1-msft 1cf6d36
support map32
cjen1-msft b72c0a2
Make json searialiser iterative
cjen1-msft fd1c1da
snag
Cjen1 65dbb0f
cap-case
Cjen1 8ab260d
cap-case
Cjen1 8bcabe6
Merge cjen1-msft/msgpack into achamayou-super-tribble
achamayou a1856ac
Make MessagePack fuzz generation iterative
Cjen1 5645e12
Build CCF with C++23
Cjen1 3ae45a4
Optimize MessagePack buffer writes
achamayou c5e3d44
Mark cjen1-msft/CCF#9 as manually merged
Cjen1 e3a9869
Merge branch 'main' into msgpack
achamayou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| python3: can't open file '/home/cjen1-msft/CCF/.worktrees/msgpack/probe_client.py': [Errno 2] No such file or directory | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.