yesod/yesod-core/Yesod/Core
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
..
Class yesodWithInternalState 2014-10-07 07:42:02 +03:00
Internal More efficient token generation 2014-10-20 10:34:38 +03:00
Content.hs Clean up a bunch of warnings 2014-09-29 08:08:02 +03:00
Dispatch.hs More efficient token generation 2014-10-20 10:34:38 +03:00
Handler.hs TypeCache typo and module exposure 2014-09-20 20:57:27 -07:00
Internal.hs Moved code around some more 2013-03-12 05:49:24 +02:00
Json.hs Clean up a bunch of warnings 2014-09-29 08:08:02 +03:00
TypeCache.hs document cache key 2014-10-02 09:11:23 -07:00
Types.hs More efficient token generation 2014-10-20 10:34:38 +03:00
Widget.hs ToWidget instances for Css, JS 2014-04-23 16:31:13 +03:00