Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1093#issuecomment-137872521
  
    I took the code from #290 (by @mxm and me) as the basis, but heavily 
reworked it. Some code is similar most notably, the collapsed 
address/release/bound check in the HybridMemorySegment. Most is different:
      - The heap and off-heap code share more functions
      - The off-heap segment is now a hybrid segment that can handle heap and 
off-heap seamlessly.
      - Strategy to load only one memory segment implementation (best JIT 
efficiency)
      - Improved and fixed bulk operations
      - Many many many more tests
      - Many bugs fixed on the way
      - Added a suite of benchmarks to the tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to