Coder Social home page Coder Social logo

Comments (5)

ronnieoverby avatar ronnieoverby commented on July 17, 2024 1

Apparently these are new in .NET 5:

image

from asyncbinaryreaderwriter.

ronnieoverby avatar ronnieoverby commented on July 17, 2024

Last time I checked this library has total feature parity with the 2 reader/writer classes found in .NET's BCL.

The 7-bit methods are used for communicating string lengths and are not intended for consumer use. The reason for 7 bit encoding is so that the fewest number of bytes can be used to represent the length of the string being transmitted. The remaining bit is dedicated to signalling whether additional bytes should be codec'd for the string length.

As for the Int64 variants, do you mean these?

ReadInt64Async

ReadUInt64Async

WriteAsync(long value, ...)

WriteAsync(ulong value, ...)

from asyncbinaryreaderwriter.

wegylexy avatar wegylexy commented on July 17, 2024

I mean Read7BitEncodedInt64() and Write7BitEncodedInt64(). They are public in the BCL; may be consumed to prefix the length of a byte array or just send a small integer. I don't see why we want to restrict its usage to derived classes only.

from asyncbinaryreaderwriter.

ronnieoverby avatar ronnieoverby commented on July 17, 2024

That's news to me; I doubt they were public at the time, since the entire implementation is a copy-paste-edit.

Submit a PR and I'll merge and deploy it.

from asyncbinaryreaderwriter.

wegylexy avatar wegylexy commented on July 17, 2024

There are many more changes and optimizations in .NET 6 source code. I haven't studied older versions.

from asyncbinaryreaderwriter.

Related Issues (5)

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.