Ruby 2.2 Released With A Better Garbage Collector

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • phoronix
    Administrator
    • Jan 2007
    • 67100

    Ruby 2.2 Released With A Better Garbage Collector

    Phoronix: Ruby 2.2 Released With A Better Garbage Collector

    Making a Christmas day debut is Ruby 2.2...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
  • Veske
    Senior Member
    • Apr 2014
    • 146

    #2
    Looks good. Anyone know if this works ok with Rails 4.2.0 now? Or should I wait with the upgrade till Rails 5.0?

    Comment

    • uid313
      Senior Member
      • Dec 2011
      • 6914

      #3
      Ruby is LSD

      Comment

      • Marc Driftmeyer
        Senior Member
        • Oct 2012
        • 1502

        #4
        Originally posted by uid313 View Post
        Having had LSD I contest this analogy to the fullest.

        Comment

        • Veske
          Senior Member
          • Apr 2014
          • 146

          #5
          Psychedelics and software don't really go together. A very stupid picture.

          Comment

          • Chewi
            Senior Member
            • Jun 2008
            • 1043

            #6
            Good stuff. The vfork stuff is quite amusing though. It's a very controversial call and they appear to acknowledge that. I actually thought it did the same thing as fork on regular Linux systems but I am mistaken so there could be some performance benefit here. However the only situation where it's even remotely safe to use it is when you want to do a fork, immediately followed by an execve. Some systems like Blackfin don't support fork but I doubt this opens up Ruby to those. Having said that, I did find this so someone must have tried it.

            Comment

            Working...
            X