[Feat] Any idea for implement serialization (ISerializable and IDeserializationCallback)
#53
Closed
RickyYCheng
started this conversation in
Ideas
Replies: 1 comment
|
This was never intended to be a full replacement for a Dictionary, so serialization support is mostly off the table; I simply do not have the time. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently I am using this super fast dictionary
BlitzMapto implement aPooledDictionaryin my projectFaster.Collections.Pooled. That almost speed up 300% when usingArrayPoolandBlitzMap.I wanna keep the same api as BCL dictionary (
System.Collections.Generic.Dictionary). It implementsISerializableandIDeserializationCallback. Any plan to support this?BTW, if you are interested in the pooled version and its performance, plz check my repo.
All reactions