prosody/net
Kim Alvefur 693079c619 net.server_epoll: Improve efficiency of sending much buffered data
Problem: The string slice operations when a lot of data gets buffered
ends up being expensive and memory-consuming. We have util.dbuffer for
precisely this kind of thing.

I want to keep the behavior of writebuffer being upgraded from nil to a
string to full buffer since the last step involves three table
allocations, where the previous buffer method only used one. Avoiding
those allocations for simple writes like white space keep alive feels
like it would keep memory churn down.

This work was started in 2020
2024-11-09 00:37:15 +01:00
..
http util.error: Use is_error() instead of is_err() everywhere 2024-10-29 14:10:02 +01:00
resolvers net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
websocket net.websocket.frames: Remove completed TODO 2023-07-29 01:42:19 +02:00
adns.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
connect.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
cqueues.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
dns.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
http.lua Merge 0.12->trunk 2024-08-16 17:06:41 +02:00
httpserver.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
server.lua net.server: Restore epoll signalfd handling 2024-03-02 13:40:37 +01:00
server_epoll.lua net.server_epoll: Improve efficiency of sending much buffered data 2024-11-09 00:37:15 +01:00
server_event.lua Merge 0.12->trunk 2024-07-07 18:40:25 +02:00
server_select.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
stun.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
tls_luasec.lua util.sslconfig: Support DH parameters as literal string 2024-07-12 15:21:08 +02:00
unbound.lua net.unbound: Show canonical name in textual format (e.g. in shell) 2024-04-14 14:06:57 +02:00
websocket.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00