Skip to content
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

A helper to provide a bytes interface for r/w on Python object. #286

Merged
merged 3 commits into from
Jun 1, 2021

Conversation

sighingnow
Copy link
Member

@sighingnow sighingnow commented Jun 1, 2021

I think the vineyard backend in mars will needs such tools.

And it will simply the distributed (python) job that works on vineyard and needs job-specific value migration.

pickle5 is required to make it works in a zero-copy fashion.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #286 (3193bf1) into main (cf1fbf5) will decrease coverage by 1.30%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #286      +/-   ##
==========================================
- Coverage   75.97%   74.66%   -1.31%     
==========================================
  Files          60       61       +1     
  Lines        4998     5073      +75     
==========================================
- Hits         3797     3788       -9     
- Misses       1201     1285      +84     
Impacted Files Coverage Δ
src/server/util/proc.h 75.00% <0.00%> (-15.00%) ⬇️
src/server/server/vineyard_server.cc 73.77% <0.00%> (-1.23%) ⬇️
src/server/memory/allocator.cc 94.11% <0.00%> (-0.89%) ⬇️
src/common/util/env.h 76.92% <0.00%> (-0.86%) ⬇️
src/server/async/socket_server.cc 73.94% <0.00%> (-0.53%) ⬇️
src/server/memory/jemalloc.cc
src/server/util/kubectl.cc 0.00% <0.00%> (ø)
src/server/util/kubectl.h 0.00% <0.00%> (ø)
src/server/util/spec_resolvers.cc 72.58% <0.00%> (+0.44%) ⬆️

@sighingnow sighingnow merged commit 01e1e50 into v6d-io:main Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant