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

Serialize to file #2

Open
SashaOv opened this issue May 7, 2013 · 0 comments
Open

Serialize to file #2

SashaOv opened this issue May 7, 2013 · 0 comments

Comments

@SashaOv
Copy link

SashaOv commented May 7, 2013

com.kamikaze.docidset.impl.PForDeltaDocIdSet#serialize and com.kamikaze.docidset.impl.PForDeltaDocIdSet#deserialize write to and read from memory buffer. I am using big datasets and I think I cannot afford spending twice as much memory, so I will have to use EWAHCompressedBitmap for now.

I would like to be able to write to file/stream directly as in:

public void serialize(OutputStream out)
public void deserialize(InputStream in)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant