NunoSempere
  • Joined on 2022-10-14
NunoSempere pushed to master at personal/squiggle.c 2024-01-31 14:18:19 +00:00
d78a5cd182 tweak: add decimal points tweak to original histogram function
c676a22ba8 readme tweaks; add 90% histogram function
Compare 2 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-31 08:49:42 +00:00
e62a840625 docs & improve histogram function
NunoSempere pushed to master at personal/squiggle.c 2024-01-30 19:10:39 +00:00
4bf13f3c22 increase precision a bit
NunoSempere pushed to master at personal/squiggle.c 2024-01-30 17:27:15 +00:00
3a7f9a9d41 update bin size depending on bin width
NunoSempere pushed to master at personal/squiggle.c 2024-01-30 15:27:30 +00:00
f524777313 switch to using calloc (initializes memory to zero)
NunoSempere pushed to master at personal/squiggle.c 2024-01-30 15:25:10 +00:00
b548d50deb rename variable
d70296f230 add histogram functionality; recompile
7bc29b9e3d Savepoint plotting
456fbaf051 continue tweaking gnuplot terminal output
af7dc37327 some modifications
Compare 6 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-30 12:29:40 +00:00
6010d99cba fix typo and remake
90555bf3b3 add a few stats functions
Compare 2 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-30 11:07:51 +00:00
5d28295a15 make build pass
86b12db894 continue minimizing nested functions
fa832cbd17 use new pattern to reduce nested functions extension
279fb12dee new pattern: define sampler and then sample from it
6199e43ae4 add some more to-dos
Compare 6 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-21 10:47:34 +00:00
b352cdf3ba formatting tweak
NunoSempere pushed to master at personal/squiggle.c 2024-01-21 10:44:51 +00:00
1e78617079 streamline fermi estimation a little
NunoSempere pushed to master at personal/squiggle.c 2024-01-20 20:09:04 +00:00
9e5d2db23b tweak README
NunoSempere pushed to master at personal/squiggle.c 2024-01-20 18:49:06 +00:00
4b158c95df update fermi example
NunoSempere pushed to master at personal/squiggle.c 2024-01-20 13:34:44 +00:00
1d89eb6231 formatting pass, upkeep
199e76bdfb add fermi paradox to examples
bb91d78859 add fermi paradox example
b99a9cb3f5 readme tweak
4a4e90f492 reformat remake
Compare 6 commits »
NunoSempere pushed to master at open.source/rosenrot 2024-01-18 15:16:12 +00:00
2896ff4e52 remove change in colors for twitter
c33fc76b02 add cycling through tabs
Compare 2 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-13 00:06:01 +00:00
48f333adfe formatting pass; makefile tweaks
b497b5b399 remove loop unrolling again
3bb2804ccf save squiggle_more tweaks
eb1c592610 formatting pass.
dd6bb53f1b add more comments, undo loop unrolling.
Compare 7 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-12 18:03:04 +00:00
b6bbbc6b2e add comments on cache
NunoSempere pushed to master at personal/time-to-botec 2024-01-12 16:02:40 +00:00
3a9a290ba8 update squiggle.c to avoid cache sharing
b208879e45 update squiggle.c with speedup after avoiding conflicting cache hits
Compare 2 commits »
NunoSempere pushed to master at personal/squiggle.c 2024-01-12 15:59:02 +00:00
1eccd33c71 try adding quotient as private variable
NunoSempere pushed to master at personal/squiggle.c 2024-01-12 15:53:22 +00:00
14a18276c0 tweak: don't use unneeded pointers to get cache math right
NunoSempere pushed to master at personal/squiggle.c 2024-01-11 23:34:01 +00:00
bbe0116381 add code comment about cache sharing