diff --git a/0130-parser-performance-pt4/.gitignore b/0130-parsing-performance-pt4/.gitignore similarity index 100% rename from 0130-parser-performance-pt4/.gitignore rename to 0130-parsing-performance-pt4/.gitignore diff --git a/0130-parser-performance-pt4/README.md b/0130-parsing-performance-pt4/README.md similarity index 100% rename from 0130-parser-performance-pt4/README.md rename to 0130-parsing-performance-pt4/README.md diff --git a/0130-parser-performance-pt4/parser-performance.playground/Contents.swift b/0130-parsing-performance-pt4/parser-performance.playground/Contents.swift similarity index 100% rename from 0130-parser-performance-pt4/parser-performance.playground/Contents.swift rename to 0130-parsing-performance-pt4/parser-performance.playground/Contents.swift diff --git a/0130-parser-performance-pt4/parser-performance.playground/contents.xcplayground b/0130-parsing-performance-pt4/parser-performance.playground/contents.xcplayground similarity index 100% rename from 0130-parser-performance-pt4/parser-performance.playground/contents.xcplayground rename to 0130-parsing-performance-pt4/parser-performance.playground/contents.xcplayground diff --git a/0130-parser-performance-pt4/string-performance/.gitignore b/0130-parsing-performance-pt4/string-performance/.gitignore similarity index 100% rename from 0130-parser-performance-pt4/string-performance/.gitignore rename to 0130-parsing-performance-pt4/string-performance/.gitignore diff --git a/0130-parser-performance-pt4/string-performance/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/0130-parsing-performance-pt4/string-performance/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata similarity index 100% rename from 0130-parser-performance-pt4/string-performance/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata rename to 0130-parsing-performance-pt4/string-performance/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata diff --git a/0130-parser-performance-pt4/string-performance/.swiftpm/xcode/xcshareddata/xcschemes/string-performance.xcscheme b/0130-parsing-performance-pt4/string-performance/.swiftpm/xcode/xcshareddata/xcschemes/string-performance.xcscheme similarity index 100% rename from 0130-parser-performance-pt4/string-performance/.swiftpm/xcode/xcshareddata/xcschemes/string-performance.xcscheme rename to 0130-parsing-performance-pt4/string-performance/.swiftpm/xcode/xcshareddata/xcschemes/string-performance.xcscheme diff --git a/0130-parser-performance-pt4/string-performance/Package.swift b/0130-parsing-performance-pt4/string-performance/Package.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Package.swift rename to 0130-parsing-performance-pt4/string-performance/Package.swift diff --git a/0130-parser-performance-pt4/string-performance/README.md b/0130-parsing-performance-pt4/string-performance/README.md similarity index 100% rename from 0130-parser-performance-pt4/string-performance/README.md rename to 0130-parsing-performance-pt4/string-performance/README.md diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Closures.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Closures.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Closures.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Closures.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Copying.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Copying.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Copying.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Copying.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Csv.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Csv.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Csv.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Csv.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-IntParsing.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-IntParsing.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-IntParsing.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-IntParsing.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Protocol.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Protocol.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Protocol.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Protocol.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Race.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Race.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-Race.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-Race.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-XcodeLogs.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-XcodeLogs.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmark-XcodeLogs.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmark-XcodeLogs.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmarking.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmarking.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Benchmarking.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Benchmarking.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/CsvSample.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/CsvSample.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/CsvSample.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/CsvSample.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParser.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParser.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParser.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParser.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParserUtf8.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParserUtf8.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParserUtf8.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/MarathonRaceParserUtf8.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Parsing-Protocol.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Parsing-Protocol.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Parsing-Protocol.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Parsing-Protocol.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/Parsing.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/Parsing.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/Parsing.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/Parsing.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/XcodeLogParser.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/XcodeLogParser.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/XcodeLogParser.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/XcodeLogParser.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/XcodeLogParserUtf8.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/XcodeLogParserUtf8.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/XcodeLogParserUtf8.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/XcodeLogParserUtf8.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/XcodeSampleLogs.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/XcodeSampleLogs.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/XcodeSampleLogs.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/XcodeSampleLogs.swift diff --git a/0130-parser-performance-pt4/string-performance/Sources/string-performance/main.swift b/0130-parsing-performance-pt4/string-performance/Sources/string-performance/main.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Sources/string-performance/main.swift rename to 0130-parsing-performance-pt4/string-performance/Sources/string-performance/main.swift diff --git a/0130-parser-performance-pt4/string-performance/Tests/LinuxMain.swift b/0130-parsing-performance-pt4/string-performance/Tests/LinuxMain.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Tests/LinuxMain.swift rename to 0130-parsing-performance-pt4/string-performance/Tests/LinuxMain.swift diff --git a/0130-parser-performance-pt4/string-performance/Tests/string-performanceTests/XCTestManifests.swift b/0130-parsing-performance-pt4/string-performance/Tests/string-performanceTests/XCTestManifests.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Tests/string-performanceTests/XCTestManifests.swift rename to 0130-parsing-performance-pt4/string-performance/Tests/string-performanceTests/XCTestManifests.swift diff --git a/0130-parser-performance-pt4/string-performance/Tests/string-performanceTests/string_performanceTests.swift b/0130-parsing-performance-pt4/string-performance/Tests/string-performanceTests/string_performanceTests.swift similarity index 100% rename from 0130-parser-performance-pt4/string-performance/Tests/string-performanceTests/string_performanceTests.swift rename to 0130-parsing-performance-pt4/string-performance/Tests/string-performanceTests/string_performanceTests.swift