Re: [Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-22 Thread MartinW
Sven Van Caekenberghe-2 wrote > Well, it is quite a bit of data (I didn't look too deeply), 50.000 records > of structured/nested data with quite a lot of strings. If each record is > 1Kb, that makes 50Mb. > > How do you measure your memory consumption ? What did you expect ? I did only think abo

Re: [Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-22 Thread Sven Van Caekenberghe
> On 22 Jan 2016, at 16:13, MartinW wrote: > > Thank you, Sven! (I asked the question on StackOverflow) > > And also let me thank you for NeoJSON, NeoCSV and Zinc, which I use a lot > and which are a joy to use! Also the documentation is very good and helps a > lot. Thanks, Martin. > Your cod

Re: [Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-22 Thread MartinW
Thank you, Sven! (I asked the question on StackOverflow) And also let me thank you for NeoJSON, NeoCSV and Zinc, which I use a lot and which are a joy to use! Also the documentation is very good and helps a lot. Your code works well and I save a bit of memory by avoiding intermediary data structu

[Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-21 Thread Esteban Lorenzano
Hi, there is a question I don’t know how to answer. http://stackoverflow.com/questions/34904337/how-to-parse-ndjson-in-pharo-with-neojson Transcript: I want to parse ndjson (newline delimited json) data with NeoJSON