Daniele Salvatore Albano

Results 39 issues of Daniele Salvatore Albano

Update the readme to point out that usbmuxd may bind to the T1-chip preventing the touchbar, the keyboard luminosity sensor and the webcam to work.

It looks like more or less all the SIMD instructions in use have an AVX2 variant and this would provide about a 2x speed improvement, both on Intel and AMD...

For a platform I am working on I am planning on integrating a profiler to be able to easily monitor it if stuff starts to go south. This extensions looks...

enhancement

Implement redis commands APPEND, properly implement the SET command, implement SET command variations (e.g. SETNX and so on) Below the full list of commands to implement | Command | Notes...

enhancement

Add support for automatically freeing memory if the hashtable is full, if enabled, based on configuration parameter.

enhancement

Implement support to automatically upsize or downsize the hashtable if needed instead of having a fixed amount of allowed keys

bug
enhancement

Implement zero-copy send for payloads bigger than 4K in the io_uring backend (waiting for ZC network writes support to be merged in io_uring)

enhancement

To improve the overall code quality, stability and security cachegrand should be built using extra options to fortify the builds. Some work has already been started in an ad hoc...

enhancement

Add support for landlock to limit access to the filesystem to only the required resources (pid file, log files, storage db, potentially config file)

enhancement

cachegrand currently loads the certificates and private keys directly from a local file but this is not a secure approach because the process can be potentially dumped and an attacker...

enhancement
hacktoberfest