Update README.md

This commit is contained in:
go-jet 2019-09-21 15:50:06 +02:00 committed by GitHub
parent 4309b59975
commit e965aaa9e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -516,7 +516,7 @@ Automatic scan to arbitrary structure removes a lot of headache and boilerplate
##### Speed of execution ##### Speed of execution
While ORM libraries can introduce significant performance penalties due too number of round-trips to the database, While ORM libraries can introduce significant performance penalties due to number of round-trips to the database,
Jet will always perform much better, because of the single database call. Jet will always perform much better, because of the single database call.
Common web and database server usually are not on the same physical machine, and there is some latency between them. Common web and database server usually are not on the same physical machine, and there is some latency between them.