Skip to content

Commit 89c3702

Browse files
committed
Replace the Oz pickler/unpickler by the C++ version
* Much faster and the C++ pickler should be as complete. * The only difference is the order of pickling entities: * The Oz pickler first pickles values, then literals, arities, the rest except abstractions/chunks and finally abstractions/chunks. * The C++ pickles first pickles values and literals together, then arities and finally the rest. * The number of bytes produced should always be identical, only the order and indexes of entities might change.
1 parent cea0225 commit 89c3702

File tree

1 file changed

+15
-696
lines changed

1 file changed

+15
-696
lines changed

0 commit comments

Comments
 (0)