• @Abnorc@lemm.ee
    link
    fedilink
    15 months ago

    Gender is a second order tensor, so you should store it as a pointer to an array of pointers for maximum read/write speed.

  • unalivejoy
    link
    fedilink
    English
    15 months ago

    Even booleans take up 8 bits. And that’s a lot of wasted space.

    • @ZILtoid1991@lemmy.world
      link
      fedilink
      0
      edit-2
      5 months ago

      Gender is a struct

      struct Gender {
        byte binaryBias;    ///Determines male (+) or female (-) bias if present
        ubyte binaryAm;    ///Determines the amount of binary gender(s) present
        bool isTrans;    ///True if assigned at birth gender does not equal with current one
        ubyte xenoAm;    ///Determines the amount of xenogender
        uint xenoGen;    ///Xenogender selection, 0 if not applicable
        Sex* sex;    ///Pointer to the person's current sex
      }