Opened 16 years ago
Last modified 5 years ago
#4626 new enhancement
parallelize validator checks — at Initial Version
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core validator | Version: | latest |
| Keywords: | performance, java7 | Cc: | Don-vip, GerdP, skyper |
Description
Hi, I run JOSM on a quad-core system and I want to validate some very large pieces of OSM data. Some checks with validator run for a long time, and only one CPU core is in use while the check runs.
It would be nice if checks could be run in parallel to utilize the other idle CPU cores on my system. (Perhaps even some "fix" operations could be parallelized for performance gains.)
Thanks!
Note:
See TracTickets
for help on using tickets.



Some work in progress I had some time ago. Solution may be need to be redesigned to implement UI stuff