Skip to content

v3.1.1 New execution Modes

Choose a tag to compare

@nitotm nitotm released this 12 Jan 10:53
· 14 commits to main since this release

ELD has now database execution modes: array, string, bytes and disk. More Info at README.

Current default, that matches previous execution is array-small. (Small for database size)

In a future version, the new default will be string-large, so I encourage trying it.

v3.1.1 : Composer install fix