Skip to content
Snippets Groups Projects
Commit ea71484e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add alternative STL ASCII parsers

- In addition to the traditional Flex-based parser, added a Ragel-based
  parser and a handwritten one.

  Some representative timings for reading 5874387 points (1958129 tris):

      Flex   Ragel   Manual
      5.2s   4.8s    6.7s         total reading time
      3.8s   3.4s    5.3s         without point merging
parent a8da75d2
No related merge requests found
Showing
with 3366 additions and 194 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment