Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Incremental Pickling and InputStream Support #124

Merged
merged 5 commits into from
Apr 29, 2014
Merged

Conversation

heathermiller
Copy link
Member

No description provided.

LBliss and others added 4 commits April 18, 2014 20:48
Introducing incremental picklers, along with a refactoring of the encoding logic of the binary format.

- The binary.Util library now contains all encoding functions.
- The simpler ArrayOutput[T] replaces EncodedOutput[T].
- The binary pickle format now uses an incremental serialization mechanism.
- Added test cases for the encoding/decoding functions of binary.Util.
- ByteArrayOutput.put() now throws java.lang.IllegalStateException.
- Remove seemingly arbitrary @inline annotations
- Remove unneeded imports
@phaller
Copy link
Contributor

phaller commented Apr 28, 2014

LGTM (added commit addressing my review comments)

heathermiller added a commit that referenced this pull request Apr 29, 2014
Incremental Pickling and InputStream Support
@heathermiller heathermiller merged commit e98546d into 0.9.x Apr 29, 2014
@phaller phaller deleted the topic/inputstream branch May 19, 2014 18:31
heathermiller added a commit that referenced this pull request Feb 5, 2015
Incremental Pickling and InputStream Support
phaller pushed a commit to phaller/pickling that referenced this pull request Jul 27, 2015
Incremental Pickling and InputStream Support
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants