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

feat(java): Chunk by chunk predictive map serialization protocol (WIP) #1722

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Jul 8, 2024

  1. map general write

    hening committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8ce5f13 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    6e45eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd2dc6 View commit details
    Browse the repository at this point in the history
  3. checkChunkSize and modify max chunk size to 127

    hening committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9242f76 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. use Preconditions check chunk size

    hening committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7fbe54d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. save code

    hening committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    07d7911 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. update

    hening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1e03081 View commit details
    Browse the repository at this point in the history
  2. update

    hening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b382f1d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. debug

    hening committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ca2d221 View commit details
    Browse the repository at this point in the history
  2. remove useless commit

    hening committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    82cb1fb View commit details
    Browse the repository at this point in the history
  3. delete useless code

    hening committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c492e8e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    77c6364 View commit details
    Browse the repository at this point in the history
  2. mvn spotless apply

    hening committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fe2bb76 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. reset key and value serializer is null

    hening committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    55f8440 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. modify code

    hening committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3752339 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. add apache license

    hening committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    48b8a75 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. use local variable and bug fix

    hening committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c06fdc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. use local variable and big method

    hening committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    aa364f5 View commit details
    Browse the repository at this point in the history