Explorar el Código

Remove scaffolded parallel plugin.

Brit Butler hace 11 años
padre
commit
4630a7a224
Se han modificado 1 ficheros con 0 adiciones y 16 borrados
  1. 0 16
      plugins/parallel.lisp

+ 0 - 16
plugins/parallel.lisp

@@ -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 ())