mike-jumper commented on PR #525: URL: https://github.com/apache/guacamole-server/pull/525#issuecomment-2342842845
OK - I think I have a handle on the performance regression. The issue seems to have been mainly a memory bottleneck, with the solution being: 1. Use `memcpy()` where possible 2. Provide to mechanism to point a `guac_display_layer` at an external buffer (to avoid having to copy from the framebuffer of a client library) I'm putting the above in place, plus a partial revert of the terminal emulator changes (migrating the display back to the character-based display). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
