|
|
|
|
|
by siscia
3385 days ago
|
|
I am following two projects one extremely technical and another more sale oriented. The technical one is rediSQL[1] I am embedding SQLite into a redis module. Until few days ago I had performance issues that I wasn't able to figure out and I tracked everything in an issues.
I finally figured out the problem, solve it, gain a lot of performance and I am about to write a blog post about. The next step is to get the exact same performance in the redis module compared with using SQLite embedded in a simple C program it is not going to be easy and I would probably defer this performance gain opportunity in favor of more features in the module. The second project, the sale oriented one, is WalOfStickers.com[2] where I try to sell hexagonal stickers for laptop. I like to show the technology that I work with and make my laptop mine, but I don't like that the more sticker you put the messier everything became, so I made these hexagonal sticker that you can tile in your laptop and make neat, complex patterns. [1]: https://github.com/RedBeardLab/rediSQL [2]: https://wallofstickers.com/ |
|