#1356: [TODO] add method FixedStringArray.sort()
---------------------+------------------------------------------------------
 Reporter:  fperrad  |       Owner:  whiteknight
     Type:  todo     |      Status:  assigned   
 Priority:  normal   |   Milestone:             
Component:  core     |     Version:  1.8.0      
 Severity:  medium   |    Keywords:             
     Lang:           |       Patch:             
 Platform:  all      |  
---------------------+------------------------------------------------------
Changes (by whiteknight):

  * owner:  => whiteknight
  * status:  new => assigned


Comment:

 I suspect that we would like this kind of functionality, if we can find a
 good way to inherit it between all our array types. Or, better yet, if we
 could find an intelligent and non-wasteful way to combine our array types,
 and implement a single sort routine. In any case, I feel like all our
 array types should either have built-in sort functionality or an easy way
 to access it.

 On another side note, because the Parrot_quicksort routine calls nested
 runloops to call the comparison routines, there is a very real possibility
 that an implementation in PIR could be faster than the current
 implementation in C. I'll play with that as a possible alternative.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1356#comment:3>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to