[racket] Performance. How to disable contract checks?

From: Roman Klochkov (kalimehtar at mail.ru)
Date: Mon Jun 2 15:42:00 EDT 2014

 Is there a way to disable all contract checks? 

Suppose, I debugged my program and sure that it is reliable. I disable debugging, but as I understand, contracts are still checked in every function.
But I want to maximize the performance of my program. Is there a way to do that or I have to manually hack racket/contract/base to do that?


-- 
Roman Klochkov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140602/38e13233/attachment.html>

Posted on the users mailing list.