Changeset 7de07a0 for protocols

Timestamp:
2018-07-12T08:42:45Z (6 years ago)
Author:
dequis <dx@…>
Parents:
b9d1fdc
git-author:
dequis <dx@…> (12-07-18 08:30:59)
git-committer:
dequis <dx@…> (12-07-18 08:42:45)
Message:

Use GString for irc->sendbuffer (simpler and faster)

The old code managed growing the buffer manually and called strlen()
very often. GString has a length field and the logic to grow the buffer
is none of our business. Probably smarter, too.

This takes a "blist all" of 14k users from 8.2 to 1.3 seconds.

(No files)

Note: See TracChangeset for help on using the changeset viewer.