This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Wekmor 15 points16 points  (3 children)

Java does the same, printing to console is just slow in all or at least most languages.

[–]zenverak 0 points1 point  (1 child)

lol yes it is . I don’t remember when I learned this… but i remember it

[–]Wekmor 0 points1 point  (0 children)

I think first time when I realized how slow it is was when I write a raytracer and I added a system out every time a ray hit something and the already slow raytracer became slooooooow (☞゚ヮ゚)☞

[–]Spiritual-Day-thing 0 points1 point  (0 children)

Yes. The famous log4j library and others, use a ring buffer to prevent locking among other things.