Skip to main content

All Questions

3 votes
2 answers
1k views

How do I design a buffer for a console?

Problem I have a graphical console widget that receives output from an interpreter. Unfortunately the console is not fast enough to paint the output in real-time. So I had to implement a buffer(FIFO ...
Vivek Joshy's user avatar
5 votes
1 answer
6k views

Database design/relationship for threading messages

What's the database design or business logic for creating an app for messaging between users? I am having difficulties with choosing how to approach the relationship between each Conversation of User ...
Benjamin Smith Max's user avatar