Shop OBEX P1 Docs P2 Docs Learn Events
v2.0.2 of Memory Storage Management Released - Page 2 — Parallax Forums

v2.0.2 of Memory Storage Management Released

2»

Comments

  • Bobb FwedBobb Fwed Posts: 1,119
    edited 2011-02-18 09:11
    Well, here is what I've decided. I'll use both. It does a quick test if there are more than 50 elements to sort, it uses one, if not, it uses the other. At this point 100 bytes of programming space is a fairly small price to pay for speed.

    As for your point, that option will always be available. When you get a name list with one of the (now) four methods the sort method only sorts what is in the name list. So if you do that, you will get the fastest results.
  • MacTuxLinMacTuxLin Posts: 821
    edited 2011-02-18 09:43
    Bobb Fwed wrote: »
    As for your point, that option will always be available. When you get a name list with one of the (now) four methods the sort method only sorts what is in the name list. So if you do that, you will get the fastest results.

    Alright then, I'll do just that. Thanks! :lol:
  • Bobb FwedBobb Fwed Posts: 1,119
    edited 2011-02-18 11:28
    I have just release 2.0.2.

    Download here: http://obex.parallax.com/objects/493/

    The changes (short list):
    Name list can now be sorted alphabetically.
    Added a method to get values of a specified type.
Sign In or Register to comment.