Stephen Berry

Results 391 comments of Stephen Berry

Support for treating `std::array` as a JSON string type has been merged in #1247

Yes, this is an active issue here #1000, but thanks for bringing more attention to it.

It's taken me a while to come back to this, but I've been improving the pair handling. Glaze treats std::pair as a single element object (key and value). This works...

@oliverchang, thanks for inquiring about users of Glaze. I work for https://www.matrixresearch.com and Glaze is being developed for hardware interfaces, configuration, and networking. It is also used in simulation engines...

No one is working this problem at the moment. So, I would be happy to merge in a pull request that implements an initial subset of support for `std::chrono`. I...

@meftunca, I'm pinging you to let you know about this socket development for Glaze. After running into limitations with asio, wanting to push performance and ease of use, and realizing...

Thanks for the feedback. Yes, currently the threading is on a per client basis, which isn't the best approach for a lot use cases. I plan to add a thread-pool...

@sam20908, yes within the next few months we plan to add Websocket support. The goal is to have the Websocket protocol separate from the socket code as well, so either...

Yes, I'd like to use templates on the sockets and create a general wrapping interface that will allow any networking library to work with the rest of the protocols, coroutines,...

We're still figuring out the best approach to handling the underlying concurrency/scheduling. It's hard to say when this will get merged. I would say it will probably take until the...