|
@@ -1,16 +0,0 @@
|
1
|
|
-(eval-when (:compile-toplevel :load-toplevel)
|
2
|
|
- (ql:quickload 'lparallel))
|
3
|
|
-
|
4
|
|
-(defpackage :coleslaw-parallel
|
5
|
|
- (:use :cl)
|
6
|
|
- (:export #:enable))
|
7
|
|
-
|
8
|
|
-(in-package :coleslaw-parallel)
|
9
|
|
-
|
10
|
|
-;; TODO: The bulk of the speedup here should come from parallelizing discover.
|
11
|
|
-;; Publish will also benefit. Whether it's better to spin off threads for each
|
12
|
|
-;; content type/index type or the operations *within* discover/publish is not
|
13
|
|
-;; known, the higher granularity of doing it at the iterating over types level
|
14
|
|
-;; is certainly easier to prototype though.
|
15
|
|
-
|
16
|
|
-(defun enable ())
|