caibirdme / yql

yet another query language for rule engine in golang
MIT License
311 stars 52 forks source link

Benchmarks #6

Open rhnvrm opened 5 years ago

rhnvrm commented 5 years ago

Hey,

Just stumbled across this project, looks amazing. Really curious to see how it compares against other similar projects like in terms of execution performance (not parse/check):

  1. Knetic/govaluate
  2. google/cel-go
caibirdme commented 5 years ago

I will do the benchmark later. The interpreter is based on stack, like Java, it may slower than some well designed register-based instructions