Re: Could .gitignore be added? (was: can test/Test.iml be removed?)

2013-12-19 Thread Oscar Bonilla
The first thing I did when I forked the Cassandra repo was add a .gitignore: --- cut here --- .classpath .idea/ .project build/ src/gen-java/ cassandra.iml *.pyc cscope.* *.swp *~ src/resources/org/apache/cassandra/config/ --- cut here --- On Dec 19, 2013, at 2:16 PM, Jonathan Ellis wrote: > I

Re: C* engine

2013-12-19 Thread Oscar Bonilla
Yeah, agreed. On Dec 19, 2013, at 11:54 AM, Brandon Williams wrote: > I can agree with you on Java, but the JVM is a different matter. It is > wonderful. > > > On Thu, Dec 19, 2013 at 1:50 PM, Oscar Bonilla <6f6...@gmail.com> wrote: > >> Roman, >> >&g

Re: C* engine

2013-12-19 Thread Oscar Bonilla
Roman, I would start with figuring out exactly how much performance you’re losing because of the language and whether there is lower hanging fruit. For the record, I *hate* java, but my experience in performance work has taught me that with some exceptions, it’s rarely the language where the p