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

Guava Table support and smaller fixes #108

Merged
merged 6 commits into from Jan 26, 2019
Merged

Guava Table support and smaller fixes #108

merged 6 commits into from Jan 26, 2019

Commits on Jan 21, 2019

  1. Add support for guava Table structure (various implementations)

    Marek Woroniecki committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    513c8b5 View commit details
    Browse the repository at this point in the history
  2. Add support for TreeMultimap with non-default Comparators

    Marek Woroniecki committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    7842eb8 View commit details
    Browse the repository at this point in the history
  3. Add support for other private implementations of ImmutableMap (e.g. C…

    …olumn and Row, used in ImmutableTable)
    Marek Woroniecki committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    dae9de1 View commit details
    Browse the repository at this point in the history
  4. remove redundant call

    Marek Woroniecki committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    e7d7ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. README update - cover guava Table serializers

    Marek Woroniecki committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    bb5703d View commit details
    Browse the repository at this point in the history
  2. Improved Table serialization strategy - map of maps instead of stream…

    … of cells - serialized form 12% smaller
    Marek Woroniecki committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    655686f View commit details
    Browse the repository at this point in the history