80 Commits

Author SHA1 Message Date
Antonis Geralis
2ec768c1fb v0.1.8 v0.1.8 2022-09-10 23:18:21 +03:00
Antonis Geralis
20323f6976 add note
well duh
2022-09-09 22:13:00 +03:00
Antonis Geralis
a593edb9b2 remove weights
A lot of examples, like tvariants2 had a massive drop in iters/s
pbl due to mutations being rejected.
2022-09-09 21:04:15 +03:00
Antonis Geralis
a79790c6ed alternatively promote ref/seq to sizeof(T) 2022-09-09 20:57:44 +03:00
Antonis Geralis
205afc493f experimental: adjust weights 2022-09-09 19:52:36 +03:00
Antonis Geralis
52f190d0c8 minor 2022-09-09 19:41:44 +03:00
Antonis Geralis
3ef43b73b6 use reset instead
just in case
2022-09-09 19:41:22 +03:00
Antonis Geralis
25f6ebf0f7 minor 2022-09-09 18:57:21 +03:00
Antonis Geralis
8ee55b12b4 minor 2022-09-09 15:45:31 +03:00
Antonis Geralis
7c704f596d v0.1.7 v0.1.7 2022-09-09 13:08:05 +03:00
Antonis Geralis
852a02150c nice optimization, reuse cached 2022-09-09 13:05:19 +03:00
Antonis Geralis
fa8f09e745 remove local variables
Nim doesn't understand the data flow since these functions are exportc
there is no hope.
2022-09-09 11:33:56 +03:00
Antonis Geralis
73c3c50bbf Don't be stupid 2022-09-09 00:06:24 +03:00
Antonis Geralis
56fb715ce7 trying to reuse the buffer results in even more move bugs
maybe we should decommision cache and only work on one variable.
2022-09-08 23:54:14 +03:00
Antonis Geralis
89defc4ab3 readme: minor 2022-09-08 16:13:09 +03:00
Antonis Geralis
de1e780dbf add idea 2022-09-07 16:01:34 +03:00
Antonis Geralis
a181530875 nimpretty mutator 2022-09-07 15:48:57 +03:00
Antonis Geralis
f9ce18a5be rm example, mutate string overload doesn't work and there is a better way 2022-09-07 15:44:53 +03:00
Antonis Geralis
edd11f478b respects userMax 2022-09-07 15:27:51 +03:00
Antonis Geralis
a0e4a1c6ed strtabs demo mutator 2022-09-07 15:16:06 +03:00
Antonis Geralis
4662b4215a v0.1.6 v0.1.6 2022-09-06 16:58:39 +03:00
Antonis Geralis
f7633cbb8c remove .nosideEffect 2022-09-06 16:58:22 +03:00
Antonis Geralis
87e4abf7e8 add more 2022-09-06 11:48:57 +03:00
Antonis Geralis
59b9b0a5b4 readme add guidelines 2022-09-06 11:44:36 +03:00
Antonis Geralis
34f592cbc2 missed one 2022-09-06 00:25:26 +03:00
Antonis Geralis
c30af6578b add commented code 2022-09-05 20:41:08 +03:00
Antonis Geralis
03db755d39 add notes 2022-09-05 20:36:51 +03:00
Antonis Geralis
784e88319f when ismain 2022-09-05 19:53:07 +03:00
Antonis Geralis
2c77490357 nims 2022-09-05 19:48:55 +03:00
Antonis Geralis
76ec41d921 These are example worthy 2022-09-05 19:48:11 +03:00
Antonis Geralis
9cbf2f50f4 v0.1.5 v0.1.5 2022-09-05 19:29:36 +03:00
Antonis Geralis
e06a1b18e2 fix older nim 2022-09-05 19:28:34 +03:00
Antonis Geralis
cfcc6227d1 refactor getInput and move on 2022-09-05 19:27:37 +03:00
Antonis Geralis
c8e0984370 not necessary 2022-09-05 16:48:36 +03:00
Antonis Geralis
a9845a6ca5 still leaks 2022-09-05 16:30:02 +03:00
Antonis Geralis
756b3c9e40 one bug less 2022-09-05 16:22:43 +03:00
Antonis Geralis
626b484073 wip tests 2022-09-05 16:12:32 +03:00
Antonis Geralis
ad7dfeab4f minor 2022-09-05 15:09:56 +03:00
Antonis Geralis
49a062a20c add default in more places 2022-09-05 13:22:59 +03:00
Antonis Geralis
1363f2b32a add html example 2022-09-05 12:34:27 +03:00
Antonis Geralis
79d70f6235 confirmed works 2022-09-04 22:15:37 +03:00
Antonis Geralis
90ae099a29 add custom mutator example 2022-09-04 22:12:08 +03:00
Antonis Geralis
9181760888 minor 2022-09-04 21:53:13 +03:00
Antonis Geralis
9e50082946 readme: add 2022-09-04 20:31:59 +03:00
Antonis Geralis
618f6d663d readme: add section 2022-09-04 20:26:51 +03:00
Antonis Geralis
f22e460fbb
Merge pull request #11 from ba0f3/patch-1
make tests/example compile and run w/ Nim 1.6.6
2022-09-04 18:29:00 +03:00
Huy Doan
48fe23ce0c make tests/example compile and run w/ Nim 1.6.6 2022-09-04 18:05:23 +07:00
Antonis Geralis
c2d19085e8 minor 2022-09-04 12:04:40 +03:00
Antonis Geralis
4e12f1aabd readme: add bug trophies 2022-09-04 12:04:20 +03:00
Antonis Geralis
8fc4b59468 v0.1.4 v0.1.4 2022-09-04 11:40:40 +03:00