Giter Site home page Giter Site logo

seccs's Introduction

SECCS

Speedy & Easy C# Class Serialization

Purpose

SECCS is a tool for performant binary serialization of C# classes containing arbitrary data. It is quick and easy to use, requiring only an attribute on any classes you want to serialize.

Performance

The performance and output size of SECCS is heavily dependent on the buffer you use, which in this case is System.IO.BinaryWriter and System.IO.BinaryReader for serialization and deserialization respectively.

Serialization:

Method Mean Error StdDev
SECCS 746.3 ns 4.735 ns 4.429 ns
NewtonsoftJson 6,577.1 ns 14.282 ns 11.926 ns
MessagePack 519.1 ns 5.469 ns 5.115 ns

Deserialization:

Method Mean Error StdDev
SECCS 11.91 us 1.1663 us 3.384 us
NewtonsoftJson 56.95 us 2.4383 us 6.957 us
MessagePack 13.25 us 0.9638 us 2.781 us
Library Output size
SECCS 102 bytes
Newtonsoft.Json 149 bytes
MessagePack 40 bytes

seccs's People

Contributors

jimmycushnie avatar pipe01 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.