openwrt-packages/net/znc
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
..
files znc: copy from old packages and add PKG_LICENSE 2014-07-19 17:20:24 +02:00
patches znc: link to libstdc++ to fix performance issues on channel join 2014-11-21 13:30:07 +01:00
Makefile znc: link to libstdc++ to fix performance issues on channel join 2014-11-21 13:30:07 +01:00