|
|
99b1a32393
|
add debug print statements for deletion in line_gap.sml
|
2024-07-15 21:48:24 +01:00 |
|
|
|
d8b65a5546
|
add deletion to compare-testing (deletion does not work properly yet, as expected)
|
2024-07-14 17:49:05 +01:00 |
|
|
|
7c7a4103d8
|
address compiler warnings and errors in src/line_gap.sml
|
2024-07-14 17:43:43 +01:00 |
|
|
|
1439138d50
|
additional progress with delete (most helper functions done)
|
2024-07-14 17:16:15 +01:00 |
|
|
|
cf18916d00
|
additional progress with delete
|
2024-07-14 16:39:44 +01:00 |
|
|
|
30cee61f94
|
progress with delete
|
2024-07-14 16:31:03 +01:00 |
|
|
|
4dd90b5900
|
progress with delete
|
2024-07-14 16:23:42 +01:00 |
|
|
|
19c5501777
|
add another helper function for deletion to line_gap.sml
|
2024-07-09 23:45:35 +01:00 |
|
|
|
8d540f4df9
|
code another deletion helper function for line_gap.sml
|
2024-07-07 19:49:37 +01:00 |
|
|
|
d6d2eaac1c
|
complete initial implementation of 'moveRightAndDelete' function in line_gap.sml
|
2024-07-07 11:16:06 +01:00 |
|
|
|
0e384f11e3
|
a tiny amount of progress with delete
|
2024-07-05 12:09:30 +01:00 |
|
|
|
acc7767d24
|
progress with deletion
|
2024-07-04 09:47:35 +01:00 |
|
|
|
a261317e4a
|
partially code another helper function for delete
|
2024-07-04 06:29:35 +01:00 |
|
|
|
9e0dc9734b
|
code first part of delete function
|
2024-07-04 05:57:31 +01:00 |
|
|
|
ca3dab5193
|
wrap helper functions to 'insert' inside 'local ... in ... end' to semantically convey that these helper functions are never used elsewhere
|
2024-07-04 03:39:00 +01:00 |
|
|
|
c6fef0499e
|
life if-statement up (so that the test is only done once, to help the branch predictor)
|
2024-07-04 03:24:34 +01:00 |
|
|
|
b70763b7b8
|
clean up line_gap.sml (removed debug editing)
|
2024-07-03 18:09:20 +01:00 |
|
|
|
58a56e9685
|
address a few things I forgot in line_gap.sml
|
2024-07-03 17:41:04 +01:00 |
|
|
|
3a954ceb4c
|
remove dead comment
|
2024-07-03 14:49:32 +01:00 |
|
|
|
0012304854
|
verify another if-statement case
|
2024-07-03 14:35:38 +01:00 |
|
|
|
5117678c1d
|
fix another buggy Vector.tabulate case
|
2024-07-03 14:05:27 +01:00 |
|
|
|
65b3db2a6a
|
add comments about sume parts that are verified to work as far as line breaks go
|
2024-07-02 06:02:16 +01:00 |
|
|
|
3e924b1082
|
verify that moveLeftAndIns works as expected
|
2024-07-01 07:40:17 +01:00 |
|
|
|
1be8a40e48
|
fix another Vector.tabulate bug (else if statement starting from line 473)
|
2024-07-01 06:52:32 +01:00 |
|
|
|
c9a221b5bd
|
clean up one if-statement branch a little
|
2024-06-30 16:40:05 +01:00 |
|
|
|
685a9b0e4d
|
fix another vector joining case
|
2024-06-30 16:30:12 +01:00 |
|
|
|
06ca2a27a4
|
some bug fixing. (Code is in a messed up/broken/deoptimised stated, but I will fix that once all bugs are address.)
|
2024-06-30 15:14:21 +01:00 |
|
|
|
9e451fea93
|
ignore compare file in tests/ folder
|
2024-06-30 02:09:51 +01:00 |
|
|
|
ca6cf36076
|
start testing correctness of line metadata
|
2024-06-30 02:05:48 +01:00 |
|
|
|
8ed2bbe94d
|
fixed exceptions that were reaise with regards to array; next is to verify correctness of line metadata
|
2024-06-30 01:53:36 +01:00 |
|
|
|
ba7d3579b4
|
move if statement that only needs to be checked once from helpBinSearch, which is recursive, to binSearch which is not recursive, for negligibly better performance (fewer branch predictions)
|
2024-06-30 01:37:52 +01:00 |
|
|
|
75aba5e8e1
|
progress on fixing exceptions with regard to vector
|
2024-06-30 01:32:59 +01:00 |
|
|
|
6af253eed9
|
verified through testing that insertion works as expected as far as contents of string is concerned. However, have added print statements which I need to remove when I have a fully working implementation
|
2024-06-30 00:50:38 +01:00 |
|
|
|
de087a86d5
|
organise repository a little bit
|
2024-06-30 00:07:45 +01:00 |
|
|
|
37653a7c85
|
address compiler errors/warnings
|
2024-06-29 23:40:39 +01:00 |
|
|
|
ffaaa8993e
|
I think implemented insert correctly. Next: check for compile errors, and then test that insert functions as expected.
|
2024-06-29 23:27:32 +01:00 |
|
|
|
dfeb4c4647
|
progress coding fun insInRightList
|
2024-06-29 17:46:43 +01:00 |
|
|
|
99de90febc
|
progress with insertion on line_gap.sml
|
2024-06-29 06:50:52 +01:00 |
|
|
|
2583e0edea
|
begin coding insert for line gap buffer
|
2024-06-28 07:16:10 +01:00 |
|
|
|
c5a5bc1986
|
a little clean up
|
2024-05-28 08:10:18 +01:00 |
|
|
|
1f3736e690
|
add benchmarks for tiny_rope in bench folder
|
2024-05-28 08:01:10 +01:00 |
|
|
|
9728a1ca25
|
amend 'make clean' target in bench folder (now removes gap_buffer_seph too)
|
2024-05-27 13:35:01 +01:00 |
|
|
|
d6a5055be1
|
commit bench folder (also committing examples folder but that's kind of broken at this state)
|
2024-05-27 13:30:53 +01:00 |
|
|
|
b5c70772fa
|
reorganise repository
|
2024-05-27 13:28:09 +01:00 |
|
|
|
1bc468238e
|
print more benchmark stats in util.sml
|
2024-05-26 15:04:12 +01:00 |
|
|
|
c96cbed866
|
complete correct implementation of delete for gap buffer
|
2024-05-26 13:52:12 +01:00 |
|
|
|
217bf766a9
|
progress on starting delete function
|
2024-05-25 23:47:48 +01:00 |
|
|
|
01496aa06f
|
amend bug resulting from previous refactoring (don't know origin of bug but I pressed undo in my editor and did the refactoring again, and this time all tests passed)
|
2024-05-25 15:05:40 +01:00 |
|
|
|
e9339908ef
|
regenerate some data sets (except automerge), putting the contents in modules
|
2024-05-25 13:51:02 +01:00 |
|
|
|
b96539d348
|
refactor function in gap_buffer.sml to make use of two helper functions when inserting into the left/right
|
2024-05-25 13:21:14 +01:00 |
|