ilyalatt / Telega

C# Telegram MTProto Client
https://ilyalatt.github.io/Telega/
MIT License
58 stars 15 forks source link

enhance deserialization #4

Open ilyalatt opened 5 years ago

ilyalatt commented 5 years ago

Currently there are much of allocations. Need to introduce a custom binary reader, which supports forks (creation of a new reader which works with next N bytes without interfering with the base reader).