tonytonyjan / jaro_winkler

Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
MIT License
192 stars 29 forks source link

Regarding the Ractor safe implementation #53

Closed pocari closed 1 year ago

pocari commented 1 year ago

I believe that the Ractor safe implementation that was added in this pull request has not been merged into the current master branch. Was it rejected for some reason after being reviewed? If there was any discussion or issue related to this, I would appreciate it if you could let me know.

tonytonyjan commented 1 year ago

It's not rejected and I can't remember why it is not it the main branch. Sorry, I might made the mistake without even knowing. I'll fix it today.

tonytonyjan commented 1 year ago

@pocari It's in the main branch now.

https://github.com/tonytonyjan/jaro_winkler/commit/240d42dfc4f7daf9f99d7b891f724a2d217cbc37

Thank you!

pocari commented 1 year ago

@tonytonyjan Tahnk you!