repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
extra
/
benchmark
/
ui-panes
/
ui-panes.factor
blob
6fdbdaecf6d06ea5452799a56d7e68f5b75037b2
1
USING: ui.gadgets.panes prettyprint io sequences ;
2
IN: benchmark.ui-panes
3
4
: ui-pane-benchmark ( -- )
5
<pane> <pane-stream> [ 10000 [ . ] each ] with-output-stream* ;
6
7
MAIN: ui-pane-benchmark