SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Look at http://nuget.org/packages/IntelliFactory.Printf as an optimized drop-in replacement for F#'s printf functionality #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We've never had performance issues with unquote, but we do use sprintf a lot in 
the decompiler, so we might be able to reap some performance improvements with 
IntelliFactory's optimized Printf implementation (in fact, we certainly did 
over at https://code.google.com/p/nl-compiler/issues/detail?id=76).

Original issue reported on code.google.com by stephen....@gmail.com on 3 Jun 2013 at 12:35

GoogleCodeExporter commented 9 years ago
closing as WontFix: no measurable perf. increase w/ this change (which makes 
sense considering that reflection-based evaluation is probably to most 
performance intensive spot in Unquote).

Original comment by stephen....@gmail.com on 3 Jun 2013 at 1:09