I've create a new ORM framework Jimmer, it has achieved the following two goals
- More powerful than other ORM frameworks
- Faster than other ORM frameworks
Regarding the first point, it is difficult to explain in the limited space. Users must read all the contents of the documentation before they can understand it.
However, regarding the second point, one benchmark picture can tell everything.
- The abscissa represents the count of data objects queried from the database.
- The ordinate represents the operation count per second.
If you want to view full benchmark report, click here please.
If you want to run the benchmark, run this project please.
Top comments (0)