Ted Janeczko

Results 6 comments of Ted Janeczko

We started running into some performance issues with Exposed requiring transactions for every query on a new application hitting an Oracle DB through HikariCP. It looks like we will need...

@Tapac Sure, we're building a REST API service which is replacing a legacy one which currently uses JDBI (http://jdbi.org/), and we're trying to match the performance of the legacy system....

Just ran a side-by-side comparison of Exposed's `exec()` with prepared statements (using https://github.com/JetBrains/Exposed/issues/118#issuecomment-437021659 ) against KotliQuery: Exposed: 185ms 95th percentile KotliQuery: 92ms 95th percentile So it looks like preparing statements...

Just released https://github.com/brightcove/kacl for automating changelog releases for node projects. It pairs really nicely with [gh-release](https://github.com/hypermodules/gh-release) for fully automated releasing by just running `npm version`.

I just recently released https://github.com/brightcove/kacl for handling this as we're starting to move more of our projects towards the Keep a Changelog format. I've included a section on configuring package.json...

Is there any chance someone could take a look at this PR? Thanks!