zaphpa / zaphpa

Zaphpa is a super-lightweight, robust and easy library for quickly developing RESTful HTTP APIs in PHP. Inspired by Sinatra.rb and Express.js/Node.js it is probably the easiest and most powerful web micro-framework for RESTful APIs in PHP.

Home Page:http://zaphpa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rete Algorithm

inadarei opened this issue · comments

Just a thought: next level of performance optimization may be derived by implementing a variation of http://en.wikipedia.org/wiki/Rete_algorithm. But then again--maybe not (considering PHP is scripting). Needs more investigation.