Anirudh Lakhanpal

Results 5 issues of Anirudh Lakhanpal

The Quiz Application currently lacks robust error handling mechanisms, leaving it vulnerable to unexpected user inputs or system errors. To improve its reliability and user experience, we need to implement...

Since you have folders as chapters I assume this repository serves as your outcome of learning OpenGL, just wanted to ask which guide/resource did you use for learning? If you...

Been using c_std library for sometime I would like to propose the addition of a ``stack_merge`` function to the library, which would allow users to merge two stacks. This function...

**Pull Request Title:** Add Serializer and Deserializer Classes for Binary Serialization of Primitives and Strings **Description:** This pull request introduces a `Serializer` and `Deserializer` class for the serialization and deserialization...

awaiting modification

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Currently, in the functions below, - [TDigest::CDF](https://github.com/apache/kvrocks/pull/2887) - [TDigest::Quantile](https://github.com/apache/kvrocks/blob/36a5776a438334629029ef8e22fb414c1f9bbba5/src/types/redis_tdigest.cc#L190C1-L223C1) we repeat...

enhancement