Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faster parser #19

Open
dfherr opened this issue Mar 3, 2017 · 1 comment
Open

faster parser #19

dfherr opened this issue Mar 3, 2017 · 1 comment

Comments

@dfherr
Copy link
Collaborator

dfherr commented Mar 3, 2017

@grosser just wanted to let you know that I worte a faster parser with more detailed output and just open sourced it today https://github.com/experteer/simple_po_parser

It's actually meant as the new core for this project https://github.com/arashm/PoParser

It benchmarks about twice as fast as this parser and has a more detailed output. (It basically splits the output into a hash where every little fragment specified by the GNU gettext specification has it's own key. My private project using the get_pomo gem since 2013 actually parsed this stuff in a second parsing step from the get_pomo output 😃)

I'm not sure if it makes sense to update this old project to use the other projects as new cores and add the unique features of this project as another layer on top, but at least I wanted to let you know it's out there :D

@grosser
Copy link
Owner

grosser commented Mar 3, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants