Commit Graph

9 Commits

Author SHA1 Message Date
Andrea Cavalli
45e855f89d Remove most memory related features
I can't maintain anymore this amount of features while keeping the library constantly updated and without bugs. Every merge was taking me multiple hours of revisioning the code. I give up.
From this commit onwards TDLight will only have small useful customizations that are easy to maintain.
Now the people relying on the OptimizeMemory method can restart the session every N hours to free up the memory.
The real way to keep a low memory usage must involve a huge refactoring to allow the unloading of the caches into the sqlite database, similar to what's already happening with messages data. Only Levlam has the ability to implement this without needing to merge the upstream everytime.
2021-09-25 22:11:42 +02:00
levlam
78e45da6b9 Use array instead of std::vector in the generated C++ classes. 2020-11-15 19:57:03 +03:00
Khushraj Rathod
0dcbe4973a Fix typos in tdweb readme (#856) 2020-01-27 18:21:26 +03:00
Arseny Smirnov
1a3d31949e @arseny30/tdweb -> tdweb
GitOrigin-RevId: a93238e7ee66c6403f67a212ef296c5c89f5e05a
2019-04-30 18:02:08 +03:00
Arseny Smirnov
a0bcb75b5a tdweb: 1.4.0
GitOrigin-RevId: eabed817c2c058a42c5ad09e11d8a843623ca78f
2019-04-30 17:50:35 +03:00
levlam
852c162746 Fix README.
GitOrigin-RevId: 30dcd504b0cb9efb8ba2bdd2402b021469465076
2019-04-30 14:55:58 +03:00
levlam
ec849f86b2 tdweb: prettify documentation.
GitOrigin-RevId: f61800e92f2df4269d28921592b3ec4bd6e36579
2019-04-29 20:06:18 +03:00
levlam
7f325dbd04 Add note about correct OpenSSL version for Node.js on Linux.
GitOrigin-RevId: 64647e21f5ba3e985c7dd50ea055a5cdb031b6cf
2019-04-29 00:13:36 +03:00
levlam
45ae774bf9 Add README to tdweb package.
GitOrigin-RevId: 448a7a5f54a1cf5b08bb2062c38cde5c47b6f832
2019-04-28 02:38:43 +03:00