Open mvayngrib opened 7 years ago
@tapmodo your ldif-stream package parses it though :) I probably prefer a stream interface anyway
this might be a difficult problem to solve. i am not an expert on the PEG parser generator, but i imagine a very large file could create a lot of recursion, when trying to parse the entire file at once. the maximum stack size can be increased, but clearly it's an inefficient approach. glad to hear the ldif-stream
package solved the problem. for a lot of data i also would prefer a stream interface.
trying to parse CSCA master lists (country signing certificates) from https://pkddownloadsg.icao.int/ (need to go through captcha at the bottom to get to the download)