ruricolist / serapeum

Utilities beyond Alexandria
MIT License
420 stars 41 forks source link

Add feature condition for WITH-COLLECTOR inlining #98

Closed goose121 closed 2 years ago

goose121 commented 2 years ago

The comment above the commented-out inline declaration in with-collector states that it causes problems specifically in CCL. This commit adds a #- conditional which only disables inlining the collector function in CCL, allowing other implementations to benefit from the performance gains.

ruricolist commented 2 years ago

Thanks!