topazproject / topaz

A high performance ruby, written in RPython
topazruby.com
BSD 3-Clause "New" or "Revised" License
1k stars 84 forks source link

Is this project dead? #841

Open refi64 opened 9 years ago

refi64 commented 9 years ago

There haven't been any commits since 2014...

timfel commented 9 years ago

There has been some work on and off in a few forks (adding ffi support and improving list performance), but no one currently has had time to work on it for a while.

noraj commented 5 years ago

In early 2019, the domain name is dead:

$ drill @1.1.1.1 topazruby.com
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 14240
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; topazruby.com.       IN      A

;; ANSWER SECTION:

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:

;; Query time: 21 msec
;; SERVER: 1.1.1.1
;; WHEN: Thu Jan 10 16:50:35 2019
;; MSG SIZE  rcvd: 31
kostya commented 4 years ago

i added some benchmarks with little modified topaz version here: https://github.com/kostya/jit-benchmarks. Its nice to see, that topaz still very fast in most cases, between other ruby implementations, even if it not developed some years.