John Kerl
|
59c5a44e24
|
add timings.txt for PR #430
|
2021-02-23 23:08:35 -05:00 |
|
John Kerl
|
e97d51d63d
|
Merge pull request #430 from johnkerl/mand-benchmark-info
Update mandelbrot-benchmark source files
|
2021-02-23 23:06:31 -05:00 |
|
John Kerl
|
ac707b9cf5
|
update mandelbrot-benchmark source files
|
2021-02-23 23:00:57 -05:00 |
|
John Kerl
|
df6729cc45
|
Merge pull request #429 from johnkerl/substr0
Make substr DSL function 0-up for backward compatibility; add substr1 alternative
|
2021-02-23 22:34:29 -05:00 |
|
John Kerl
|
59fa1f482f
|
split out substr0 and substr1, and make substr==substr0 the default for backward compatibility with Miller <= 5
|
2021-02-23 22:31:04 -05:00 |
|
John Kerl
|
82e1bcb8f6
|
Merge pull request #428 from johnkerl/tsv-implicit-header-segv
Fix rslls handling in XSV reader after comments line has more fields than data line
|
2021-02-23 22:23:40 -05:00 |
|
John Kerl
|
27a69b80b3
|
fix rssle handling in XSV reader after comments line has more fields than data line
|
2021-02-23 22:01:14 -05:00 |
|
John Kerl
|
638f526eff
|
substr0
|
2021-02-23 21:19:35 -05:00 |
|
John Kerl
|
093a58d783
|
consolidate mlrval-constructor source files
|
2021-02-23 09:31:16 -05:00 |
|
John Kerl
|
4e0f4e1401
|
Merge pull request #426 from johnkerl/stack-allocator
Stack allocator
|
2021-02-22 23:13:58 -05:00 |
|
John Kerl
|
5dbfb639ae
|
merge
|
2021-02-22 23:10:39 -05:00 |
|
John Kerl
|
b071f6b1ed
|
merge
|
2021-02-22 23:02:56 -05:00 |
|
John Kerl
|
d442067dbd
|
perf-debug [WIP]
|
2021-02-22 23:01:52 -05:00 |
|
John Kerl
|
f3d3c1ea29
|
cache frameset/frame offsets in StackVariable on get/set
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
780f8cca4a
|
neaten
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
986506a1cc
|
convert StackFrameSet stack-frames from linked list to array
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
882316ef45
|
convert StackFrame vars from linked list to array
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
bd8ceaadc7
|
cache frameset-head in stack object
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
269393d32c
|
plan
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
dbcb3fbc83
|
new StackVariable type wrapping string-name and offset-indices
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
583e5c1c1d
|
plan
|
2021-02-22 23:00:41 -05:00 |
|
John Kerl
|
8db1f7488f
|
Merge pull request #425 from johnkerl/copy-reduction-in-evaluators
Copy reduction in evaluators
|
2021-02-22 23:00:03 -05:00 |
|
John Kerl
|
c16f79504e
|
copy-reduction in evaluators
|
2021-02-22 22:58:03 -05:00 |
|
John Kerl
|
dd50a38445
|
copy-reduction in evaluators
|
2021-02-22 07:58:00 -05:00 |
|
John Kerl
|
03344a10a8
|
todo
|
2021-02-22 07:10:43 -05:00 |
|
John Kerl
|
f8db4ff3de
|
todo
|
2021-02-22 01:34:49 -05:00 |
|
John Kerl
|
dccd3ab8e1
|
gc-raw-notes.txt
|
2021-02-22 01:19:19 -05:00 |
|
John Kerl
|
a467f91464
|
Merge pull request #424 from johnkerl/reduce-gc-in-dsl
Reduce GC in DSL
|
2021-02-22 01:17:18 -05:00 |
|
John Kerl
|
d84c4d6663
|
copy-improvement experiment
|
2021-02-22 01:14:36 -05:00 |
|
John Kerl
|
0ca445c9b3
|
copy-avoidance in CST Evaluate methods
|
2021-02-22 00:37:14 -05:00 |
|
John Kerl
|
e8acdd81fe
|
pointerize binary and variadic mlrval functions
|
2021-02-21 15:12:39 -05:00 |
|
John Kerl
|
88d0b93dc4
|
pointerize contextual-unary mlrval functions
|
2021-02-21 12:20:14 -05:00 |
|
John Kerl
|
50421e2452
|
pointerize unary mlrval functions
|
2021-02-21 12:15:41 -05:00 |
|
John Kerl
|
ae850972b4
|
pointerize zary mlrval functions
|
2021-02-21 10:43:02 -05:00 |
|
John Kerl
|
c3e0452fce
|
pointerize ternary mlrval functions
|
2021-02-21 10:32:58 -05:00 |
|
John Kerl
|
c31afc39b1
|
add src/types/mlrval_set.go
|
2021-02-20 19:22:29 -05:00 |
|
John Kerl
|
05c7cf1d2a
|
rename ma,mb,mc -> input1,input2,input3 in mlrval functions
|
2021-02-20 19:07:55 -05:00 |
|
John Kerl
|
cc4c10526b
|
u/mand.mlr silent mode for benchmarking
|
2021-02-20 19:05:02 -05:00 |
|
John Kerl
|
3e97d7dfe1
|
Merge pull request #423 from johnkerl/profiling-notes
Profiling notes
|
2021-02-20 18:51:53 -05:00 |
|
John Kerl
|
db625aa085
|
README-profiling.md
|
2021-02-20 18:43:32 -05:00 |
|
John Kerl
|
bf1581d16c
|
Profiling notes
|
2021-02-20 18:26:54 -05:00 |
|
John Kerl
|
ae6dc38733
|
todo
|
2021-02-19 09:51:35 -05:00 |
|
John Kerl
|
0d68ce6369
|
todo
|
2021-02-17 11:04:51 -05:00 |
|
John Kerl
|
f278ac3979
|
Addendum to previous: colorize function names in REPL help
|
2021-02-17 11:04:23 -05:00 |
|
John Kerl
|
cb46a8d278
|
Merge pull request #420 from johnkerl/repl-color
Add some colorization to REPL on-line help
|
2021-02-17 10:56:54 -05:00 |
|
John Kerl
|
4535424a4b
|
use color-highlighting for REPL on-line help
|
2021-02-17 10:53:51 -05:00 |
|
John Kerl
|
00d6fc0905
|
multiline bulk vs immediate
|
2021-02-17 09:39:15 -05:00 |
|
John Kerl
|
8510cbcff4
|
fix mlr repl -d
|
2021-02-17 00:44:40 -05:00 |
|
John Kerl
|
3fdcc75e45
|
neaten
|
2021-02-16 23:51:03 -05:00 |
|
John Kerl
|
253152b867
|
neaten
|
2021-02-16 23:44:01 -05:00 |
|