pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

[hotkey module] move hotkey window over to an array based scheme rather than linked list

Open kevyang opened this issue 8 years ago • 0 comments

for the sake of memory locality, it may be better to use array rather than linked list to keep track of hotkey samples. consider using cc_ring_array for this purpose.

kevyang avatar Feb 23 '17 19:02 kevyang