Mercurial > hg > Papers > 2014 > toma-master
comparison paper/abstract_eng.tex @ 42:ff15fb78a3ae
fix
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 04 Feb 2014 06:35:58 +0900 |
parents | |
children | aa6de0f67a0a |
comparison
equal
deleted
inserted
replaced
41:5b69636936cc | 42:ff15fb78a3ae |
---|---|
1 \begin{abstract_eng} | |
2 Haskell is a purely-functional programming language. | |
3 It provides a modern type system, type-safe and type inference makes it possible to write a program reliable\cite{types}. | |
4 Haskell has referential transparency that allows the programmer and the compiler to reason about program behavior. | |
5 | |
6 In this study, We implement the parallel database using Haskell and non-destructive tree. | |
7 | |
8 We measures the performance for reading and writing of parallel database. | |
9 We achieve to bring out the performance of the multi-core processor. | |
10 | |
11 Further, in order to indicate the availability of practical applications, we have developed a Web bulletin board service. | |
12 \end{abstract_eng} |