<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>16787</id>
      <name>TurboVM</name>
      <created_at>2008-09-19T05:16:40Z</created_at>
      <updated_at>2008-10-25T14:59:03Z</updated_at>
      <description>TurboVM is a small and simple virtual machine, intended as a compilation target for programming languages. TurboVM uses bytecode with a RISC instruction set designed for easy and fast generation and interpretation, as well as flexibility (i.e. it does not impose a certain paradigm like many other VMs). Bytecode can be interpreted or compiled to native code (currently via C). Some speed tests indicate that the bytecode interpreter runs about a factor 15 to 30 slower than native programs, whereas compiling the bytecode yields performance equal to or close to that of equivalent programs written in C.</description>
      <homepage_url>http://inglorion.net/software/turbovm/</homepage_url>
      <download_url>http://inglorion.net/software/turbovm/</download_url>
      <url_name>turbovm</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>268815</analysis_id>
      <analysis>
        <id>268815</id>
        <project_id>16787</project_id>
        <updated_at>2009-12-17T22:24:29Z</updated_at>
        <logged_at>2009-12-17T22:24:28Z</logged_at>
        <min_month>2008-09-01T00:00:00Z</min_month>
        <max_month>2008-09-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>1024</total_code_lines>
        <main_language_id>42</main_language_id>
        <main_language_name>C</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>mit</name>
          <nice_name>MIT License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
