Kostya M

Results 147 comments of Kostya M

you may want to try [eye](https://github.com/kostya/eye), which is measured cpu correctly.

@donovanbray :+1: , rvm in production is crazy, rbenv is much better because not using bash functions, only env variables.

same error: `crystal 1.3.2` ``` clear: git: https://github.com/anykeyh/clear.git version: 0.9+git.commit.480289555c833793fa6964398fefec6b7e25168d ``` `require clear` ``` Showing last frame. Use --error-trace for full trace. In lib/clear/src/clear/sql/insert_query.cr:61:10 61 | h[col] = rs.read ^...

Actually fixed if i freeze pg, with such yml it works. ``` clear: github: anykeyh/clear branch: master pg: github: will/crystal-pg version: 0.24.0 ```

I think it mergable, but need update to master (btw method hashify was already added). Then if specs passing, also check that this feature works in real.

@lexborisov does lexbor support css selectors?

i guess it work only on intel, but not sure. (or maybe virtual box bug)

i think we not removing 32B boundaries as an exception

Hi, this is very interesting results, you should post this as article somewhere(on reddit for example). I think multithread comparison out of this project, and multithreaded versions was added just...

i think bound checking should be enabled for all languages, as it likely would be enabled in production. but instead we just should use language constructs to avoid checkings, like...