8000 ev: support uvarints > 127 · Issue #3 · andrewschaaf/key-value-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
ev: support uvarints > 127 #3
Open
@andrewschaaf

Description

@andrewschaaf

Parsers should handle all edge cases (e.g. EOFs and malicious input) and have test coverage thereof.

For simplicity, I've only supported uvarints <= 127 for now.

Note: uvarint_encode(n) == uint8_encode(n) for n <= 127

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0