8000 GitHub - songwie/aviator: A high performance expression evaluator for java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

songwie/aviator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Intro

Aviator is a lighweith,high performance expression evaluator for java. Aviator compiles expresson to byte code and evaluate it on the fly.

Aviator是一个轻量级、高性能的Java表达式执行引擎,它动态地将表达式编译成字节码并运行。更详细的请阅读开发指南

更多详情,请访问主页

News

  • 2.3.7 发布。修复超过 20 个参数的 AviatorFunction 调用失败的异常。

Dependency

  <dependency>
      <groupId>com.googlecode.aviator</groupId>
      <artifactId>aviator</artifactId>
      <version>{version}</version>
  </dependency>

Links

About

A high performance expression evaluator for java

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • HTML 1.4%
0