-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Use DefIndex encoding that works better with on-disk variable length integer representations. #47181
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r=me with the build fixed There's a neat extension of this: you could interleave various categories of |
00d3e88
to
7294e90
Compare
@michaelwoerister looks like travis may still have a panic? |
Yes, that's something different though. I'll investigate. |
…ble length integer encodings.
7294e90
to
c9d25e3
Compare
Build fixed. @bors r=eddyb |
📌 Commit c9d25e3 has been approved by |
Use DefIndex encoding that works better with on-disk variable length integer representations. Use the least instead of the most significant bit for representing the address space. r? @eddyb
💔 Test failed - status-appveyor |
@bors retry (looks like a timeout on appveyor) |
Use DefIndex encoding that works better with on-disk variable length integer representations. Use the least instead of the most significant bit for representing the address space. r? @eddyb
💔 Test failed - status-appveyor |
⌛ Testing commit c9d25e3 with merge 7c6a159da3c32bcb06f13c00f8019df29037282b... |
💔 Test failed - status-appveyor |
@bors retry |
Use DefIndex encoding that works better with on-disk variable length integer representations. Use the least instead of the most significant bit for representing the address space. r? @eddyb
@bors retry |
Use DefIndex encoding that works better with on-disk variable length integer representations. Use the least instead of the most significant bit for representing the address space. r? @eddyb
☀️ Test successful - status-appveyor, status-travis |
Use the least instead of the most significant bit for representing the address space.
r? @eddyb