Skip to content

What is "c-binary serialization"? #4

@gajus

Description

@gajus

Documentation gives this example of "c-binary serialization":

console.time('binary serialization');
for(var i = 0; i < 100000; i++) {
    obj.test = input;
}
console.timeEnd('binary serialization');

This is just assigning a value to the same object property. How is the data persisted?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions