comparison README.txt @ 11:d1b99c695511

remove obselete data
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 12:54:05 -0700
parents 5dba84370182
children 6aaf70296c5a
comparison
equal deleted inserted replaced
10:21ed15391e8a 11:d1b99c695511
77 ## Web Service 77 ## Web Service
78 78
79 A simple web application was developed using 79 A simple web application was developed using
80 `gunicorn` (http://gunicorn.org/) as the server. 80 `gunicorn` (http://gunicorn.org/) as the server.
81 81
82 `Paste` was used to create a pass-through fileserver.
83 It's multi-threaded server also made testing easier.
84
82 ## Deployment notes 85 ## Deployment notes
83 86
84 - parallelism: the distance calculation is done serially. As such 87 - parallelism: the distance calculation is done serially. As such
85 it is a `O(10^10)` operation on the dataset. This should be improved 88 it is a `O(10^10)` operation on the dataset. This should be improved
86 and parallelized 89 and parallelized