Skip to content

Fruit 1.0.2

Compare
Choose a tag to compare
@poletti-marco poletti-marco released this 28 Feb 19:43
· 1017 commits to master since this release

This is the second point release of Fruit after 1.0.0.

Binary packages for various distributions are provided here. See the Install section of the documentation for more details.

Changes compared to 1.0.1

  • Binding compression (an internal Fruit optimization) is now applied in more cases, leading to performance improvements in some cases
  • Fix Mac-specific compilation error
  • The server example was rewritten using the features introduced in Fruit 1.0
  • Reduce generated code size (this also caused a performance improvement in the 1000-bindings benchmark)
  • Minor fixes
Internal changes:
  • Internal refactoring and code cleanup