Re: [racket-users] Failed to load module in drracket

2019-08-24 Thread Hong Yang
me too of to maillist..:( Hong Yang 于 2019年8月24日周六 下午11:04写道: > Hi Robby > > The error message just apear after I type (require fluxus/fluxus) in the > drracket. The mentioned so is an extension of racket for fluxus. > > Thanks > Walter > > Robby Findler 于 2019年8月

Re: [racket-users] Failed to load module in drracket

2019-08-24 Thread Hong Yang
Hi Robby Thanks for your explain, is ther any way I can enforce to load the module? or let me know which code did this? Best reagrds Walter -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving email

[racket-users] Memory usage of (port->lines ...) is extreamly high

2020-09-24 Thread Hong Yang
Hi Racketer I'm trying to load a log file which size is 600MB, then I found the program exhausted 3 GB resident memory just for load all the content of it via (port->lines...). I do have enough RAM but it looks like some thing went wrong here, and I do need to load them all into RAM for my use

[racket-users] Re: Memory usage of (port->lines ...) is extreamly high

2020-09-24 Thread Hong Yang
check it via top/ps (dump-memory-stats) (collect-garbage) (set! input empty) ; Even not help with this line, it works after called (collect-garbage) explicity. (loop)) On Thursday, September 24, 2020 at 6:14:55 PM UTC+8 Hong Yang wrote: > Hi Racketer > > I'm trying to load a

Re: [racket-users] Re: Memory usage of (port->lines ...) is extreamly high

2020-09-24 Thread Hong Yang
need to load the whole file but want to parse > it line by line, use `in-lines` which is memory-efficient. > > On Thu, Sep 24, 2020, 11:46 Hong Yang wrote: > >> Update with memory dump log attached. >> >> 1. With out (set! input empty), call (collect-garbage) doesn

[racket-users] Re: Racket News - Issue 40

2020-10-20 Thread Hong Yang
Hi Paulo Good to see another Racket News is coming, and I'm working on issue #3161, please help check my last comment in GitHub, any comment is welcome. After all the feature details clarified, I'll send a pull request for code reviewing. Thanks yangh On Tuesday, October 20, 2020 at 8:46:11 PM