[ALGOM-4] algo.monad state-m fetch-val bug and efficiency issue Created: 08/Sep/12 Updated: 08/Sep/12 |
|
| Status: | Open |
| Project: | algo.monads |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Minor |
| Reporter: | Sacha De Vos | Assignee: | Konrad Hinsen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | bug, performance | ||
| Environment: |
irrelevant |
||
| Description |
|
;; the bug (defn fetch-val ;; I propose replacing it with (get s key) ;; the efficiency issue : (defn fetch-val ;; - we avoid the monad map lookups |