aboutsummaryrefslogtreecommitdiff
path: root/impls/bsearch-gen.el
diff options
context:
space:
mode:
Diffstat (limited to 'impls/bsearch-gen.el')
-rw-r--r--impls/bsearch-gen.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/impls/bsearch-gen.el b/impls/bsearch-gen.el
deleted file mode 100644
index 79aac56..0000000
--- a/impls/bsearch-gen.el
+++ /dev/null
@@ -1,9 +0,0 @@
-(defconst *LIST-SIZE* 128)
-(defconst *UPPER-BOUND* 1024)
-(with-current-buffer (find-file "bsearch.txt")
- (mapcar
- #'(lambda (res) (insert (format "%s\n" res)))
- (cl-loop
- for i from 0 to *LIST-SIZE*
- collect
- (random *UPPER-BOUND*))))