pierreroudier / opusreader

Reading OPUS binary files in R
GNU General Public License v3.0
4 stars 5 forks source link

All base R functionals: drop last dependency foreach #1

Closed philipp-baumann closed 3 years ago

philipp-baumann commented 3 years ago

Hi Pierre, I managed to cut down speed of parsing the example file by another half! Didn't expect this to happen. Output remains identical. Plus we have a zero-dependency on external packages. opusreader_foreach-cleaning

Cheers, Philipp

pierreroudier commented 3 years ago

Thanks Philipp!