yesod/yesod-core/Yesod/Core/Internal
Michael Snoyman 972e117005 More efficient token generation
Old code would create a new System.Random generator each time, which
requires going to the system entropy store. New code caches an
mwc-random gen at startup.
2014-10-20 10:34:38 +03:00
..
LiteApp.hs LiteApp uses a Writer monad 2013-03-27 08:51:03 +02:00
Request.hs More efficient token generation 2014-10-20 10:34:38 +03:00
Response.hs Clean up a bunch of warnings 2014-09-29 08:08:02 +03:00
Run.hs More efficient token generation 2014-10-20 10:34:38 +03:00
Session.hs Moved code around some more 2013-03-12 05:49:24 +02:00
TH.hs Merge yesod-routes into yesod-core entirely 2014-09-07 17:34:37 +03:00
Util.hs Some more rearranging 2013-03-11 07:29:43 +02:00