Files
packages/net
Jonas Gorski 1197194832 znc: link to libstdc++ to fix performance issues on channel join
ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
uses a naive linked-list implementation with horrible performance, which
can cause joins to take a few minutes on popular channels.

Therefore Switch to libstdc++ which uses a much more performant hashmap.
ZNC by itself is already rather large, so the added footprint of
libstd++ vs uclibc++ does not matter that much anyway.

Should fix #11778.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-11-21 13:30:07 +01:00
..
2014-07-02 15:30:10 +02:00
2014-06-16 11:38:45 +02:00
2014-07-06 22:03:21 +02:00
2014-11-15 18:37:43 +01:00
2014-11-17 19:50:48 -06:00
2014-09-03 02:14:53 +02:00
2014-11-20 14:29:40 +01:00
2014-10-01 10:40:47 +01:00
2014-10-18 23:00:03 +02:00
2014-10-19 05:45:14 +02:00
2014-10-24 16:32:29 +02:00
2014-09-29 15:38:51 -07:00
2014-11-05 08:34:30 +01:00
2014-09-23 20:58:43 +02:00
2014-11-03 13:32:45 +01:00
2014-06-04 07:01:48 +02:00
2014-08-14 00:54:44 +01:00
2014-10-07 11:23:02 +02:00
2014-10-04 15:56:28 -07:00
2014-10-13 10:30:43 +02:00
2014-09-11 15:03:36 +01:00
2014-07-17 18:02:47 +01:00
2014-09-16 02:06:09 +01:00
2014-09-16 02:06:37 +01:00
2014-09-16 02:06:22 +01:00
2014-10-26 12:42:11 +01:00
2014-10-19 04:45:16 +02:00
2014-08-03 23:28:28 +02:00
2014-07-31 14:09:44 +02:00
2014-09-16 02:23:48 +01:00
2014-08-13 14:04:05 +08:00
2014-08-12 23:35:56 +02:00
2014-09-16 01:37:29 +01:00
2014-08-14 00:55:38 +01:00
2014-10-20 09:16:44 +02:00
2014-08-11 12:37:29 +02:00
2014-08-14 21:34:07 +02:00
2014-10-29 22:08:07 +01:00
2014-06-11 16:37:32 +02:00