Fork me on GitHub
#funcool
<
2016-04-07
>
jetmind07:04:49

@niwinz: could you please elaborate what is the reason catacumba has such small heap footptint? Is it because ratpack doing something differently than others or catacumba or both? Just curious, didn't look at it very carefully yet

niwinz09:04:33

ratpack is a very lightweigh layer on top of netty

niwinz09:04:49

and netty is designed to be very small in fooprint

niwinz09:04:58

and high performant

niwinz09:04:47

and catacumba is also very lightweight and has some optimizations

niwinz09:04:26

I know about that but I was suprised that it works pretty well with very low memory resources

niwinz09:04:56

Many java applications can't use the aws micro instance bacause of memory, but for catacumba this is not a problem

kardan09:04:38

Is httpurr.auth in 0.5.0 ?

kardan09:04:56

I seem not to be able to require it

kardan09:04:17

Docs say “latest” so not sure if that implies 0.5.0

niwinz09:04:28

is only on cljs

niwinz09:04:40

but I'm not clearly inderstand why

niwinz09:04:22

in any case it will be deleted surelly because it is pretty inconsistent ...

niwinz09:04:11

Something awesome to have is helpers for encode query parameters

kardan09:04:19

I was just adding headers manually but noticed auth

niwinz09:04:43

forget about auth, it is brokern and legacy code that will be deleted in next versions

niwinz09:04:11

I recomend use 0.6.0-SNAPSHOT

niwinz09:04:32

because it includes a lot of fixes and consistency improvements in the available impls

kardan09:04:12

Is that master?

kardan09:04:34

or close to what’s in master

niwinz09:04:44

yes is master

kardan09:04:53

thanks for the quick replies

niwinz09:04:30

I hope we will release a new version soon...

jetmind13:04:44

niwiz: thanks! I read docs on catacumba and approach looks very interesting. I'll definitely try it on some pet project.

jetmind13:04:41

One thing I love about Aleph is that it has instrumented thread pools and queues from the box. Any plans on something like this for catacumba? I see "Instrumentation: TODO" in the docs simple_smile

niwinz20:04:42

@jetmind: it is not documented but is already in the code

niwinz20:04:48

see examples section 😉