<FromGitter>
<proyb6> @elorest database are faster because Crystal is single threaded https://www.techempower.com/benchmarks/#section=test&runid=a2bc7ff7-4ede-456b-959d-1ba79303095f&hw=ph&test=db
<FromGitter>
<proyb6> @AllanKlaus Crystal is great for creating API, no doubt about it as long as you have written and tested with large number of test case and keep it simple.
<FromGitter>
<anamba> two odd things i've found so far. one is the cookies doesn't have #[]? (#[] can return nil) and the other is that domain: :all doesn't work (since it's typed like this: `domain : String? = nil`)
<FromGitter>
<anamba> i also can't seem to actually set a cookie at all. aha... looks like this has been worked on recently #1024
<FromGitter>
<anamba> ok got it to work, but i had to call `cookies.write(response.headers)` manually after `cookie.set`, which seems weird