Nathan Marz
|
8dd2cb8939
|
allow declarepath to have parameters, implemented params-reset for enabling recursive parameterized paths
|
2016-01-30 12:03:46 -08:00 |
|
Nathan Marz
|
7e54757659
|
auto-coerce map entries to vectors during ALL
|
2016-01-28 12:41:36 -08:00 |
|
Nathan Marz
|
d56ea62e00
|
reimplement stay-then-continue and continue-then-stay in terms of multi-path
|
2016-01-22 19:45:20 -08:00 |
|
Nathan Marz
|
aa8755254f
|
clean up notes
|
2016-01-14 17:48:39 -05:00 |
|
Nathan Marz
|
dd6dafc390
|
implemented declarepath/providepath
|
2016-01-14 17:36:49 -05:00 |
|
Nathan Marz
|
1328551a19
|
added STAY, stay-then-continue, and continue-then-stay selectors
|
2016-01-14 13:15:19 -05:00 |
|
Nathan Marz
|
b3b6b99e7a
|
fix replace-in to work with value collection
|
2016-01-12 16:25:02 -05:00 |
|
Nathan Marz
|
49c749b74e
|
fix typo in comment
|
2016-01-12 15:40:37 -05:00 |
|
Nathan Marz
|
e37c605697
|
protocol path extensions now verify if correct number of parameters and error otherwise
|
2016-01-11 14:45:06 -05:00 |
|
Nathan Marz
|
2ad873da11
|
fixed #48
|
2016-01-11 10:25:03 -05:00 |
|
Nathan Marz
|
af7d76be97
|
improve syntax checking for defpath
|
2016-01-10 10:35:38 -05:00 |
|
Nathan Marz
|
c9b78ce0d6
|
add VOID selector
|
2016-01-10 10:35:18 -05:00 |
|
Nathan Marz
|
0f3ea6c79b
|
throw error if function names incorrectly specified in defpath, improve formatting of error messages
|
2016-01-05 08:57:27 -05:00 |
|
Nathan Marz
|
3073f1256b
|
fix array creation for cljs
|
2015-12-16 01:03:39 -05:00 |
|
Nathan Marz
|
41f42e20a1
|
fixed inadvertant reflection in protocol paths, replace object-array in jvm impl with faster impl
|
2015-12-16 00:53:50 -05:00 |
|
Pietro F. Menna
|
3b3bace828
|
Testing
|
2015-06-24 14:28:33 -04:00 |
|
Pietro F. Menna
|
67d95ee00a
|
Fixed merged cnflicts
|
2015-06-24 11:49:27 -04:00 |
|
Pietro F. Menna
|
1c01a1e808
|
Renamed update to transform because of Clojure 1.7
|
2015-06-24 11:42:50 -04:00 |
|
Nathan Marz
|
6d028cbe24
|
change filterer so it accepts a path that acts like selected?
|
2015-06-22 14:37:39 -04:00 |
|
Nathan Marz
|
bb1a70c339
|
fix api doc for cond-path
|
2015-06-19 14:27:22 -04:00 |
|
Nathan Marz
|
e4a3275ff1
|
change cond-path/if-path to take a selector for the conditional (works like selected?)
|
2015-06-19 14:13:22 -04:00 |
|
Nathan Marz
|
da2019b07b
|
added cond-path and if-path selectors
|
2015-06-18 00:56:03 -04:00 |
|
Nathan Marz
|
5a6d3fe630
|
fix composing together something defined with comp-paths with other selectors in a comp-unoptimal setting
|
2015-06-01 14:21:31 -04:00 |
|
Nathan Marz
|
50576e447b
|
empty selectors and nil count as identity path now fixing #5, remove IDENTITY-PATH in favor of nil
|
2015-05-31 08:50:00 -04:00 |
|
Nathan Marz
|
6bae041970
|
added putval and IDENTITY-PATH selectors
|
2015-05-27 01:02:19 -04:00 |
|
Nathan Marz
|
6e440d235c
|
notes
|
2015-05-11 15:08:51 -04:00 |
|
Nathan Marz
|
085dc1d333
|
optimize lookup of structurepath implementation for regular functions (about a 3x speedup in non-compiled execution when functions are involved
|
2015-05-11 15:00:21 -04:00 |
|
Nathan Marz
|
7f69a99861
|
speed up non-compiled execution path to where it was before
|
2015-05-11 14:21:02 -04:00 |
|
Nathan Marz
|
cd994b10ee
|
improve execution of kws
|
2015-05-11 14:02:08 -04:00 |
|
Nathan Marz
|
e0bde53fef
|
formatting
|
2015-05-11 13:31:12 -04:00 |
|
Nathan Marz
|
060e61218a
|
optimize sequence of structurepaths to not add additional overhead by coercing to structurevalspath
|
2015-05-11 11:44:42 -04:00 |
|
Nathan Marz
|
0767afca61
|
prepare for optimized execution of pure structurepaths
|
2015-05-11 10:35:30 -04:00 |
|
Nathan Marz
|
def5656e40
|
re-add ability to compose via vectors with a more efficient implementation
|
2015-05-10 20:00:13 -04:00 |
|
Nathan Marz
|
c47650993d
|
improve performance of non-compiled code path by 3x, remove ability for a vector to be considered a structurepath
|
2015-05-10 19:56:30 -04:00 |
|
Nathan Marz
|
4e268629c3
|
complete no protocol execution, speed is generally now just as good or far better than equivalent clojure code
|
2015-05-10 18:47:57 -04:00 |
|
Nathan Marz
|
b20d035950
|
add update-fast
|
2015-05-10 08:09:48 -04:00 |
|
Nathan Marz
|
47aee4d000
|
broken implementation of skipping protocols
|
2015-05-10 02:12:06 -04:00 |
|
Nathan Marz
|
5b62817bd5
|
add docstring to main api
|
2015-04-22 11:46:13 -04:00 |
|
Nathan Marz
|
ec097f8db2
|
make filterer eager on select
|
2015-04-22 11:45:35 -04:00 |
|
Nathan Marz
|
45260ff9c1
|
change val-select* to collect*, rename comp-structure-paths to comp-paths, clean up names of protocols, add selected? function, update README
|
2015-04-19 13:45:20 -04:00 |
|
Nathan Marz
|
ea05b98280
|
added benchmark helper to impl
|
2015-04-18 12:17:09 -04:00 |
|
Nathan Marz
|
ca1940a026
|
added view and viewfn
|
2015-04-18 12:16:51 -04:00 |
|
Nathan Marz
|
d212140c8b
|
refactored interfaces to allow structurepaths to be specified without worrying about vals
|
2015-04-15 13:43:19 -04:00 |
|
Nathan Marz
|
ffd6464d54
|
added srange, srange-dyamic, START, and END dynamic paths to manipulate parts of a sequence by index
|
2015-04-14 23:49:32 -04:00 |
|
Nathan Marz
|
7613ffd74e
|
add setval convenience function to api
|
2015-04-01 18:00:22 -04:00 |
|
Nathan Marz
|
a6b8546a17
|
eagerly evaluate ALL
|
2015-03-01 23:34:20 -05:00 |
|
Nathan Marz
|
857cd04711
|
fix ALL on all kinds of lists, lazy seqs, etc. 0.0.5
|
2015-03-01 23:26:56 -05:00 |
|
Nathan Marz
|
97086068d6
|
fix ALL on regular lists from reversing order
|
2015-03-01 20:33:42 -05:00 |
|
Sol Ackerman
|
ea0cb032b3
|
allow updating sets
|
2015-02-27 11:34:49 -06:00 |
|
Nathan Marz
|
59a1f742bf
|
remove use of transients
|
2015-02-26 15:58:16 -05:00 |
|