Summary of 2014

In the past year, for my personal projects, I did some achievements on them, and created some new projects as well, here I just summarize them for the recording purposes. Exist Projects flibs: upgraded to 0.6.6, including: The code base refactor fhash refactor flog optimization other bug fixing fenv: more user friendly, and add more … Read more

Refactor fhash is done

Overview Aha, After some days, I have finished the refactor task for fhash, it’s really really big improvement for flibs, since many many components depend on it, such as: thread pool event framework pcap conversion lib log … Why need to do refactor The old fhash have some defects, such as: hard to iterate hard … Read more

The Steps of Creating a New Open Source Library

Recently, I’m doing the refactoring job of fhash lib, which is a part of flibs, during the refactoring, I realised that to create a new open source project, we should have some basic steps, and follow the steps we will keep moving to right forward without lost. Steps Ok, let’s check the core steps: API … Read more