Skip to content

Commit 3b66ee9

Browse files
authored
Update wishlist.md
1 parent f188773 commit 3b66ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wishlist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ These features deal with the server-side backends that run the user's code.
133133
- implement *backend* breakpoints (like the Python #break annotation) for all other languages, so that overly-long execution traces don't get generated even for larger pieces of code
134134
- right now there are breakpoints in the frontend, but that doesn't help when the backend already executes for > 1,000 steps; we need breakpoints in the backend (likely implemented as comment annotations or GUI clicks in the code editor gutter) to really clamp down on overly-long executions
135135
- more reliable and faster server-side execution for non-Python backends
136+
- this may involve creating [smaller and more efficient](https://www.youtube.com/watch?v=pPsREQbf3PA) Docker images, maybe having separate images for compiling and running the respective backend binaries (so that the image that runs the backend doesn't have all the bloat of source code or build tools)
136137

137138

138139
## Features for Instructors

0 commit comments

Comments
 (0)