<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>STM on Simia Cryptus Software</title>
    <link>http://blog.simiacryptus.com/tags/stm/</link>
    <description>Recent content in STM on Simia Cryptus Software</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Mar 2017 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="http://blog.simiacryptus.com/tags/stm/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>reSTM</title>
      <link>http://blog.simiacryptus.com/projects/restm/</link>
      <pubDate>Wed, 01 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>http://blog.simiacryptus.com/projects/restm/</guid>
      <description>&lt;p&gt;reSTM is a distributed software transactional memory platform implemented using a rest-friendly HTTP protocol and written in Scala. It is currently a prototype packaged as a Play application.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Decision Trees as a Service</title>
      <link>http://blog.simiacryptus.com/posts/decision_trees_as_a_service/</link>
      <pubDate>Sun, 15 Jan 2017 00:00:00 +0000</pubDate>
      
      <guid>http://blog.simiacryptus.com/posts/decision_trees_as_a_service/</guid>
      <description>I discussed in my previous blog post a distributed software transactional memory library I was implementing in Scala. Being a platform, it is hard to demonstrate without some interesting application running on it. I have thus created a decision tree service - a RESTful api to populate, train, and query decision tree structures.
As the majority of this post will discuss the decision tree service, I would like to emphasize that this is merely a demo application for a research-grade platform.</description>
    </item>
    
    <item>
      <title>reSTM - RESTful Software Transactional Memory</title>
      <link>http://blog.simiacryptus.com/posts/restm__restful_software_transactional_memory/</link>
      <pubDate>Sun, 27 Nov 2016 00:00:00 +0000</pubDate>
      
      <guid>http://blog.simiacryptus.com/posts/restm__restful_software_transactional_memory/</guid>
      <description>In today&amp;rsquo;s article, i am excited to announce the release of my new project, reSTM. The idea is to implement a database layer based on software transactional memory, allowing client-side business logic to operate generically against a database with transactional guarantees. Additionally, the memory access protocol is designed as a JSON REST service, encouraging transparency and interoperability. I believe this approach can fill an under-addressed need in modern software technologies, with its scalable NoSQL approach to transactional data.</description>
    </item>
    
  </channel>
</rss>