在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jfaster/mango开源软件地址:https://github.com/jfaster/mango开源编程语言:Java 98.2%开源软件介绍:Mango: Distributed ORM Framework for JavaFast, simple, reliable. Mango is a high-performance Distributed ORM Framework. Mango makes it easier to use a relational database with object-oriented applications. Performance and Simplicity are the biggest advantage of the Mango data mapper over object relational mapping tools. In our payment system, we use mango to build a distributed payment order system that can handle 120000+ payment order per second. Documentation is at http://mango.jfaster.org/ Requires JDK 1.8 or higher. Latest releaseThe most recent release is Mango 2.0.1, released Jul 14, 2020. To add a dependency on Mango using Maven, use the following: <dependency>
<groupId>org.jfaster</groupId>
<artifactId>mango</artifactId>
<version>2.0.1</version>
</dependency> To add a dependency using Gradle:
JMH BenchmarksMicrobenchmarks were created to isolate and measure the overhead of ORM framework using the JMH microbenchmark framework developed by the Oracle JVM performance team. You can checkout the Mango benchmark project for details and review/run the benchmarks yourself.
2 Java options: -server -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms1096m -Xmx1096m |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论