diff --git a/content/posts/2022/python-irc-bot.md b/content/posts/2022/python-irc-bot.md index ee7e933..383cd04 100644 --- a/content/posts/2022/python-irc-bot.md +++ b/content/posts/2022/python-irc-bot.md @@ -214,6 +214,18 @@ while True: Код бота можно найти по этой ссылке. [iiiypuk/snipplets.dev:Python/irc-bot.py](https://git.a2s.su/iiiypuk/snipplets.dev/src/branch/master/~/Python/irc-bot.py) +## Потребление памяти + +На моей конфигурации скрипт потребляет примерно 6,8-7.0Mb. + +```text +Linux porteus.example.net 5.18.8-porteus #1 SMP PREEMPT_DYNAMIC Sat Jul 2 10:05:31 MSK 2022 x86_64 +Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz GenuineIntel GNU/Linux +``` + +Тот же самый код, но на [Crystal](https://crystal-lang.org/) +потребляет 1.7Mb памяти. + ## Используемые материалы * Internet Relay Chat Protocol RFC [[Ссылка]](http://web.archive.org/web/20170929015000/http://www2.irchelp.org:80/irchelp/rfc/rfc.html)