shenzhen-go icon indicating copy to clipboard operation
shenzhen-go copied to clipboard

dev/model/parts: Add more parts

Open DrJosh9000 opened this issue 8 years ago • 1 comments

More ideas:

  • Broadcast
  • Function (out <- f(<-in))
  • Map (out <- m[<-in]) - statically defined map? Ability to load from a file?
  • Static input

More specific parts:

  • HTTP server
  • File input
  • File output
  • Database I/O

DrJosh9000 avatar Jan 09 '17 07:01 DrJosh9000

More idea: FIFO and LIFO queues with limited buffer size and different strategies when full.

DrJosh9000 avatar Mar 06 '18 06:03 DrJosh9000