issues
search
YuukiToriyama
/
japanese-address-parser
日本の住所を都道府県/市区町村/町名/その他に分割するライブラリです
https://yuukitoriyama.github.io/japanese-address-parser/public/index.html
MIT License
3
stars
0
forks
source link
`read_prefecture()`をjisx0401ベースの実装に修正
#463
Closed
YuukiToriyama
closed
2 weeks ago
YuukiToriyama
commented
2 weeks ago
変更点
read_prefecture()
をjisx0401ベースの実装に修正します
返り値を変更し、Stringではなく
jisx0401::Prefecture
を返すように変更します
github-actions[bot]
commented
2 weeks ago
Benchmark for 2bb0ff6
Click to view benchmark
| Test | Base | PR | % | |------|--------------|------------------|---| | orthographical_variant_adapter/松ケ崎東池ノ内町/松が崎東池ノ内町 | 434.6±7.47ns | **424.3±6.00ns** | **-2.37%** | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ガ﨑東池の内町 | 2.3±0.03µs | 2.3±0.06µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池の内町 | 2.4±0.14µs | 2.4±0.04µs | 0.00% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ケ﨑東池ノ内町 | 1523.9±38.79ns | 1526.8±26.59ns | +0.19% | | orthographical_variant_adapter/松ケ崎東池ノ内町/松ヶ崎東池ノ内町 | 287.0±6.57ns | 283.8±4.79ns | -1.11% |
変更点
read_prefecture()
をjisx0401ベースの実装に修正しますjisx0401::Prefecture
を返すように変更します