Andrey

Results 3 issues of Andrey

I've created kproxymap to facilitate use of kotlinx.serialization compiler plugin generated serialization with proxy maps in https://github.com/moshbear/kproxymap . You're welcome to use the ideas with attribution. Yes, it's also reflection-heavy,...

Clean up the regex generation in generate_bibtex to remove the inefficiency fix #13

`compute_re` can be moved out of the loop by setting `$rules->{"CITE_LABEL_GIVEN"}` to 1 before the loop, recomputing re, then inside the loop setting the hashtable entry to `[$clabel]`. This has...