|
|
|
|
|
by colordrops
4009 days ago
|
|
Telegram is not truly open source. They utilize a pre-compiled library for the actual messaging code, as seen here: https://github.com/DrKLO/Telegram/tree/master/TMessagesProj/... They would like to have you believe otherwise through their PR efforts, but I wouldn't trust them simply on the fact that they claim they are open source when they are not, and it's not clear what's going on in that binary lib. If they never claimed to be open source in the first place, it would be a different story. |
|
Looking at the source the libraries contain AES code, libjpeg, libwebp and libyuv to handle image decoding, some image blur algorithms and video NV21-YUV conversion routines.
Nothing out of the ordinary for an Android app - offloading CPU intensive stuff to C/C++ where it's almost always noticably slower.
Can you please, PLEASE, check your facts before jumping the gun next time?