Mac / iPhone App Development
Home of a Small Time Developer
  1. Dynamic Arrays with C

    In the final push to add syntax highlighting to iVersion I have been working on optimising the parser.
    In the inner parsing loop I have been using the standard NSMutableArray to keep track of various objects and tokens. Objective C message passing is of course an order of times slower than a C function call, even [...]