Skip to content

Commit

Permalink
Updated to-do list in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-e authored Oct 3, 2022
1 parent 868f5dc commit a3480ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,17 @@ ID | Name | Note |
70-79 | House interior | The last digit refers to the building height |

## :memo: ToDo
- [ ] Implement multithreading in floodfill algorithm in order to boost performance
- [ ] Add code comments
- [ ] Add Dockerfile
- [ ] Use f-Strings in print statements
- [ ] Implement multiprocessing in floodfill algorithm in order to boost CPU bound calculation performance
- [ ] Add code comments
- [ ] Implement elevation
- [ ] Improve RAM usage
- [ ] Add interior to buildings
- [ ] Optimize region file size
- [ ] Street markings
- [x] Automated Tests
- [x] PEP8

## :copyright: License
MIT License[^3]
Expand Down

0 comments on commit a3480ee

Please sign in to comment.