Sh0g0-1758/scarlet

perf: add noexcept attribute to all scarlet functions that do not throw exceptions

Open

#54 建立於 2025年2月16日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C (5 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (23 star)
PR 合併指標
 (PR 指標待抓取)

描述

This will help gcc/clang to optimize the code more aggressively since it knows there won't be any exceptional control flow, no stack unwinding mechanisms/exception handling code/cleanup code would be generated as well.

cc: @4m4n-x-B4w4ne @atul-k-6 @anant37289

貢獻者指南