Stories
Slash Boxes
Comments

Dev.SN ♥ developers

posted by LaminatorX on Saturday March 15 2014, @11:28PM   Printer-friendly
from the premature-optimization-is-the-root-of-all-evil dept.

Subsentient writes:

"I've been writing C for quite some time, but I never followed good conventions I'm afraid, and I never payed much attention to the optimization tricks of the higher C programmers. Sure, I use const when I can, I use the pointer methods for manual string copying, I even use register for all the good that does with modern compilers, but now, I'm trying to write a C-string handling library for personal use, but I need speed, and I really don't want to use inline ASM. So, I am wondering, what would other Soylenters do to write efficient, pure, standards-compliant C?"

 
This discussion has been archived. No new comments can be posted.
Display Options Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Sunday March 16 2014, @08:10PM

    by Anonymous Coward on Sunday March 16 2014, @08:10PM (#17325)
    To be fair to him, it's easy to assume the quoting mechanism is still <quote> instead of <blockquote> .
  • (Score: 1, Troll) by frojack on Sunday March 16 2014, @08:18PM

    by frojack (1554) on Sunday March 16 2014, @08:18PM (#17326)

    When the screen you post from clearly shows the supported syntax?

    --
    Discussion should abhor vacuity, as space does a vacuum.
  • (Score: 2) by maxwell demon on Monday March 17 2014, @01:26PM

    by maxwell demon (1608) on Monday March 17 2014, @01:26PM (#17707)

    Actually <blockquote> is the old one. It worked already before Slashdot introduced <quote> with its slightly different spacing behaviour, and it never stopped working.

    --
    The Tao of math: The numbers you can count are not the real numbers.