/brynhildr

Primary LanguageGoApache License 2.0Apache-2.0

Brynhild

Brynhild is a parallel execution framework which can be embedded in your blockchain or database. The core of brynhild is an adaptive parallel scheduler following the real workload, you should implement Executor and Storage by your self which can be plugged in brynhild. Benefit from loose couple design of brynhild, you can create customized parallel scheduler easily.

Reference