[xwiki/xwiki-dev-llm] 06c62b: [Misc] Add resource-efficiency (memory/streaming) ...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 06c62b13b020f61d1cc6cb4ae0366aed15fe6fd2 https://github.com/xwiki/xwiki-dev-llm/commit/06c62b13b020f61d1cc6cb4ae0366a... Author: Thomas Mortagne <[email protected]> Date: 2026-07-02 (Thu, 02 Jul 2026) Changed paths: M xwiki/instructions/xwiki-org.md A xwiki/okf/conventions/performance.md M xwiki/okf/index.md Log Message: ----------- [Misc] Add resource-efficiency (memory/streaming) coding convention Add an always-on rule and OKF entry telling contributors to stream large / user-sized data (attachments, request/response bodies, uploads, exports, unbounded query results) rather than buffering it fully in memory, so implementations don't OOM on real data. Commit: a95829ccb889ae4966c7b86c1f432225ea1f25b3 https://github.com/xwiki/xwiki-dev-llm/commit/a95829ccb889ae4966c7b86c1f4322... Author: Vincent Massol <[email protected]> Date: 2026-07-02 (Thu, 02 Jul 2026) Changed paths: M xwiki/instructions/xwiki-org.md A xwiki/okf/conventions/performance.md M xwiki/okf/index.md Log Message: ----------- [Misc] Add resource-efficiency (memory/streaming) coding convention Compare: https://github.com/xwiki/xwiki-dev-llm/compare/8fd11d14cbe4...a95829ccb889 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications