Jihoon Son created TAJO-2114:
--------------------------------
Summary: Simplify the Radix sort implementation based on code
generation technique
Key: TAJO-2114
URL: https://issues.apache.org/jira/browse/TAJO-2114
Project: Tajo
Issue Type: Improvement
Components: Sort algorithm
Reporter: Jihoon Son
Fix For: 0.12.0
TAJO-2109 is the issue to implement Radix sort for Tajo. In this
implementation, there are a bunch of similar methods to avoid frequent branch
misprediction. However, this increases the amount of code. Code generation is a
good technique to simplify this implementation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)