Joannis Orlandos

Results 219 comments of Joannis Orlandos

@gitjoost did you build and run IkigaJSON on release compilation mode?

Definitely happy to see some data that I can optimise for

My measured times with your code: DEBUG build w/ IkigaJSON: 230ms DEBUG build w/ Foundation: 25ms RELEASE build w/ IkigaJSON: 17ms RELEASE build w/ Foundation: 12ms But I'd also like...

```swift import Foundation import IkigaJSON import CoreData // GeoJSON decoding structures. This is necessary for getting to a // track's complete (lon,lat,alt,dts) data which is not supported // by Apple's...

PR #40 was just merged and tagged.

@gitjoost IkigaJSON should show it's strength in particular when it comes to larger files. I'm curious if you experience the same with your dataset.

Hey @demonfleed can you create a simple reproducer XLSX for me?

Can you provide some sample code here as well?

I can't read/write chinese, and wouldn't have a clue what a sensible way of parsing this would be. So reproducing code would really be helpful.

@BreGit can you provide some sample code that runs into this issue?