* Remove `float`s from the project (kernel mode compatibility)
* Bump version to v1.1.0
* Resolve PR comments
* Use integers in assertion
* Fix another comment
* Fix ZYAN_BITSET_BITS_TO_BYTES to use ints
* Don't use EXPECT_FLOAT_EQ in tests
Co-authored-by: Joel Höner <athre0z@zyantific.com>
- API changes:
- Implemented `ZyanVectorGet` function to directly obtain the value of an element
- Renamed `ZyanVectorGetElement` to `ZyanVectorGetPointer`
- Renamed `ZyanVectorGetElementMutable` to `ZyanVectorGetPointerMutable`
- Internal changes:
- Improved performance of `ZyanVectorFind/Ex` and `ZyanVectorBinarySearch/Ex`